Skip to content

Commit 21597ae

Browse files
authored
Corrected pt-PT license plate tests to be more complete.
1 parent e3528be commit 21597ae

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

test/validators.test.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14283,9 +14283,20 @@ describe('Validators', () => {
1428314283
args: ['pt-PT'],
1428414284
valid: [
1428514285
'AA-12-34',
14286-
'12·34·AB',
14286+
'12-AA-34',
14287+
'12-34-AA',
14288+
'AA-12-AA',
14289+
'AA·12·34',
1428714290
'12·AB·34',
14291+
'12·34·AB',
14292+
'AB·34·AB',
14293+
'AA 12 34',
14294+
'12 AA 34',
14295+
'12 34 AA',
1428814296
'AB 12 CD',
14297+
'AA1234',
14298+
'12AA34',
14299+
'1234AA',
1428914300
'AB12CD',
1429014301
],
1429114302
invalid: [

0 commit comments

Comments
 (0)