Skip to content

Commit 7e60eed

Browse files
committed
chore: add additional testcases to isMailtoURI
Line 44 is only partially covered before this change
1 parent b958bd7 commit 7e60eed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/validators.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14500,6 +14500,9 @@ describe('Validators', () => {
1450014500
'',
1450114501
'somthing',
1450214502
14503+
'?subject=one',
14504+
'?mailto:',
14505+
'mailto:?mailto:?subject=one',
1450314506
'mailto:?subject=okay&subject=444',
1450414507
'mailto:?subject=something&wrong=888',
1450514508
'mailto:somename@gmail.com',

0 commit comments

Comments
 (0)