Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added more invalids to validators.test.js
  • Loading branch information
castrosu authored Apr 21, 2025
commit f74e57c3d5f18ffd092498d5c5d33f9290502a44
15 changes: 15 additions & 0 deletions test/validators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14302,8 +14302,23 @@ describe('Validators', () => {
invalid: [
'',
'notalicenseplate',
'AA-AA-00',
'00-AA-AA',
'AA-AA-AA',
'00-00-00',
'AA·AA·00',
'00·AA·AA',
'AA·AA·AA',
'00·00·00',
'AA AA 00',
'00 AA AA',
'AA AA AA',
'00 00 00',
'A1-B2-C3',
'1A-2B-3C',
'ABC-1-EF',
'AB-C1D-EF',
'AB-C1-DEF',
],
});
test({
Expand Down