From 14520b651e7bfe9016681e1bb56b758c9e3e912b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Gro=C3=9F?= Date: Wed, 5 Jun 2024 14:06:51 +0200 Subject: [PATCH] comment out 10.10.000.1110 --- test/compatibility.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compatibility.test.js b/test/compatibility.test.js index 73bc65a..0a4dca2 100644 --- a/test/compatibility.test.js +++ b/test/compatibility.test.js @@ -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 '//[2001:db8::7%en0]', '//[2001:dbZ::1]:80', '//[2001:db8::1]:80',