Skip to content

Commit 35d28ab

Browse files
committed
tests: update tests for fixed el-GR RegExp
belongs to #2111
1 parent e579d99 commit 35d28ab

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

test/validators.js

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7735,8 +7735,22 @@ describe('Validators', () => {
77357735
locale: 'el-GR',
77367736
valid: [
77377737
'+306944848966',
7738-
'6944848966',
77397738
'306944848966',
7739+
'06904567890',
7740+
'6944848966',
7741+
'6904567890',
7742+
'6914567890',
7743+
'6934567890',
7744+
'6944567890',
7745+
'6954567890',
7746+
'6974567890',
7747+
'6984567890',
7748+
'6994567890',
7749+
'6854567890',
7750+
'6864567890',
7751+
'6874567890',
7752+
'6884567890',
7753+
'6894567890',
77407754
],
77417755
invalid: [
77427756
'2102323234',
@@ -7746,6 +7760,12 @@ describe('Validators', () => {
77467760
'68129485729',
77477761
'6589394827',
77487762
'298RI89572',
7763+
'6924567890',
7764+
'6964567890',
7765+
'6844567890',
7766+
'690456789',
7767+
'00690456789',
7768+
'not a number',
77497769
],
77507770
},
77517771
{

0 commit comments

Comments
 (0)