Skip to content

Commit d404a32

Browse files
committed
Temporarily remove these until I resolve upstream.
These tests aren't self consistent.
1 parent adb92ec commit d404a32

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

json/tests/draft3/optional/format.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@
7777
"data": "http://foo.bar/?baz=qux#quux",
7878
"valid": true
7979
},
80-
{
81-
"description": "a valid protocol-relative URI",
82-
"data": "//foo.bar/?baz=qux#quux",
83-
"valid": true
84-
},
8580
{
8681
"description": "an invalid URI",
8782
"data": "\\\\WINDOWS\\fileshare",

json/tests/draft4/optional/format.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
"data": "http://foo.bar/?baz=qux#quux",
3030
"valid": true
3131
},
32-
{
33-
"description": "a valid protocol-relative URI",
34-
"data": "//foo.bar/?baz=qux#quux",
35-
"valid": true
36-
},
3732
{
3833
"description": "an invalid URI",
3934
"data": "\\\\WINDOWS\\fileshare",

0 commit comments

Comments
 (0)