Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinvanderVliet committed Sep 10, 2023
1 parent 322752e commit e4de3d9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions test/validators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2053,14 +2053,15 @@ describe('Validators', () => {
validator: 'isAlpha',
args: ['eo'],
valid: [
'eĥoŝanĝo ĉiuĵaŭde',
'EĤOŜANĜO ĈIUĴAŬDE',
'eĥoŝanĝoĉiuĵaŭde',
'EĤOŜANĜOĈIUĴAŬDE',
'Esperanto',
'Laŭ Ludoviko Zamenhof bongustas freŝa ĉeĥa manĝaĵo kun spicoj',
'LaŭLudovikoZamenhofBongustasFreŝaĈeĥaManĝaĵoKunSpicoj',
],
invalid: [
'qwxyz',
'1887',
'qwxyz 1887',
],
});
});
Expand Down Expand Up @@ -2757,10 +2758,10 @@ describe('Validators', () => {
validator: 'isAlphanumeric',
args: ['eo'],
valid: [
'eĥoŝanĝo ĉiuĵaŭde 0123456789',
'EĤOŜANĜO ĈIUĴAŬDE 0123456789',
'Esperanto 1887',
'Laŭ Ludoviko Zamenhof bongustas freŝa ĉeĥa manĝaĵo kun spicoj',
'eĥoŝanĝoĉiuĵaŭde0123456789',
'EĤOŜANĜOĈIUĴAŬDE0123456789',
'Esperanto1887',
'LaŭLudovikoZamenhofBongustasFreŝaĈeĥaManĝaĵoKunSpicoj',
],
invalid: [
'qwxyz',
Expand Down

0 comments on commit e4de3d9

Please sign in to comment.