Skip to content

Commit

Permalink
tests: update tests for fixed el-GR RegExp
Browse files Browse the repository at this point in the history
belongs to #2111
  • Loading branch information
pano9000 committed Dec 5, 2022
1 parent ebbb2e9 commit c8ca440
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -7735,8 +7735,22 @@ describe('Validators', () => {
locale: 'el-GR',
valid: [
'+306944848966',
'6944848966',
'306944848966',
'06904567890',
'6944848966',
'6904567890',
'6914567890',
'6934567890',
'6944567890',
'6954567890',
'6974567890',
'6984567890',
'6994567890',
'6854567890',
'6864567890',
'6874567890',
'6884567890',
'6894567890',
],
invalid: [
'2102323234',
Expand All @@ -7746,6 +7760,12 @@ describe('Validators', () => {
'68129485729',
'6589394827',
'298RI89572',
'6924567890',
'6964567890',
'6844567890',
'690456789',
'00690456789',
'not a number',
],
},
{
Expand Down

0 comments on commit c8ca440

Please sign in to comment.