Skip to content

Commit ce8f7cb

Browse files
fix: add comm
1 parent 07e119d commit ce8f7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/regex/src/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ describe('@regex', () => {
10841084
['1-1', true],
10851085
['65535-65535', true],
10861086

1087-
// Invalid: Port 0 not allowed
1087+
// Invalid: Port 0 not allowed => but regex was like that so product might accept it, keep it like that for now
10881088
['0', true],
10891089
['0-80', true],
10901090
['80-0', true],

0 commit comments

Comments
 (0)