Skip to content

Commit

Permalink
comment out 10.10.000.1110
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtextrem authored Jun 5, 2024
1 parent b9f7726 commit 14520b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compatibility.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('compatibility Parse', (t) => {
'//www.g.com/error\n/bleh/bleh',
'https://fastify.org',
'//10.10.10.10',
'//10.10.000.10',
//'//10.10.000.10', <-- not a valid URI per URI spec: https://datatracker.ietf.org/doc/html/rfc5954#section-4.1

Check failure on line 13 in test/compatibility.test.js

View workflow job for this annotation

GitHub Actions / test / pnpm (18, ubuntu-latest, 8)

Expected space or tab after '//' in comment

Check failure on line 13 in test/compatibility.test.js

View workflow job for this annotation

GitHub Actions / test / Yarn (18, ubuntu-latest)

Expected space or tab after '//' in comment

Check failure on line 13 in test/compatibility.test.js

View workflow job for this annotation

GitHub Actions / test / pnpm (20, ubuntu-latest, 8)

Expected space or tab after '//' in comment

Check failure on line 13 in test/compatibility.test.js

View workflow job for this annotation

GitHub Actions / test / Yarn (20, ubuntu-latest)

Expected space or tab after '//' in comment

Check failure on line 13 in test/compatibility.test.js

View workflow job for this annotation

GitHub Actions / test / Test (16, macos-latest)

Expected space or tab after '//' in comment

Check failure on line 13 in test/compatibility.test.js

View workflow job for this annotation

GitHub Actions / test / Yarn (21, ubuntu-latest)

Expected space or tab after '//' in comment

Check failure on line 13 in test/compatibility.test.js

View workflow job for this annotation

GitHub Actions / test / Test (16, ubuntu-latest)

Expected space or tab after '//' in comment

Check failure on line 13 in test/compatibility.test.js

View workflow job for this annotation

GitHub Actions / test / pnpm (21, ubuntu-latest, 8)

Expected space or tab after '//' in comment

Check failure on line 13 in test/compatibility.test.js

View workflow job for this annotation

GitHub Actions / test / Test (18, ubuntu-latest)

Expected space or tab after '//' in comment

Check failure on line 13 in test/compatibility.test.js

View workflow job for this annotation

GitHub Actions / test / Test (20, ubuntu-latest)

Expected space or tab after '//' in comment
'//[2001:db8::7%en0]',
'//[2001:dbZ::1]:80',
'//[2001:db8::1]:80',
Expand Down

0 comments on commit 14520b6

Please sign in to comment.