Skip to content

Commit

Permalink
Add Vietnamese to non-latin unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Aug 8, 2023
1 parent 3979dd0 commit 09218c5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ describe( 'getNormalizedSearchTerms', () => {
).toEqual( [ '师父领进门', '修行在个人' ] );
expect(
getNormalizedSearchTerms( 'Бързата работа – срам за майстора.' )
).toEqual( [ 'бързата', 'работа', 'срам', 'за', 'майстора' ] );
).toEqual( [ 'бързата', 'работа', 'срам', 'за', 'маистора' ] );
expect(
getNormalizedSearchTerms( 'Cảm ơn sự giúp đỡ của bạn.' )
).toEqual( [ 'cam', 'on', 'su', 'giup', 'do', 'cua', 'ban' ] );
} );
} );

Expand Down

0 comments on commit 09218c5

Please sign in to comment.