Temporarily remove these until I resolve upstream.

These tests aren't self consistent.
This commit is contained in:
Julian Berman 2015-06-05 08:51:53 -04:00
parent adb92ec208
commit d404a32f86
2 changed files with 0 additions and 10 deletions

View File

@ -77,11 +77,6 @@
"data": "http://foo.bar/?baz=qux#quux",
"valid": true
},
{
"description": "a valid protocol-relative URI",
"data": "//foo.bar/?baz=qux#quux",
"valid": true
},
{
"description": "an invalid URI",
"data": "\\\\WINDOWS\\fileshare",

View File

@ -29,11 +29,6 @@
"data": "http://foo.bar/?baz=qux#quux",
"valid": true
},
{
"description": "a valid protocol-relative URI",
"data": "//foo.bar/?baz=qux#quux",
"valid": true
},
{
"description": "an invalid URI",
"data": "\\\\WINDOWS\\fileshare",