Skip to content

Commit

Permalink
Added more DE license plate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetfabian authored Mar 25, 2022
1 parent 924f3bc commit 080f7df
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -11701,13 +11701,31 @@ describe('Validators', () => {
'FS AB 1234 E',
'FSAB1234E',
'FS-AB-1234-E',
'FS AB-1234-E',
'FSAB1234 E',
'FS AB1234E',
'LRO AB 123',
'LRO-AB-123-E',
'LRO-AB-123E',
'LRO-AB-123 E',
'LRO-AB-123-H',
'LRO-AB-123H',
'LRO-AB-123 H',
],
invalid: [
'YY AB 123',
'PAF AB 1234',
'M ABC 123',
'M AB 12345',
'FS AB 1234 A',
'LRO-AB-1234',
'HRO ABC 123',
'HRO ABC 1234',
'LDK-AB-1234-E',
'ÖHR FA 123D',
'MZG-AB-123X',
'OBG-ABD-123',
'PAF-AB2-123',
],
});
test({
Expand Down

0 comments on commit 080f7df

Please sign in to comment.