summaryrefslogtreecommitdiff
path: root/json/tests
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests')
-rw-r--r--json/tests/draft3/optional/format.json5
-rw-r--r--json/tests/draft4/optional/format.json5
2 files changed, 0 insertions, 10 deletions
diff --git a/json/tests/draft3/optional/format.json b/json/tests/draft3/optional/format.json
index 3ca7319..fc86b03 100644
--- a/json/tests/draft3/optional/format.json
+++ b/json/tests/draft3/optional/format.json
@@ -78,11 +78,6 @@
"valid": true
},
{
- "description": "a valid protocol-relative URI",
- "data": "//foo.bar/?baz=qux#quux",
- "valid": true
- },
- {
"description": "an invalid URI",
"data": "\\\\WINDOWS\\fileshare",
"valid": false
diff --git a/json/tests/draft4/optional/format.json b/json/tests/draft4/optional/format.json
index aacfd11..53c5d25 100644
--- a/json/tests/draft4/optional/format.json
+++ b/json/tests/draft4/optional/format.json
@@ -30,11 +30,6 @@
"valid": true
},
{
- "description": "a valid protocol-relative URI",
- "data": "//foo.bar/?baz=qux#quux",
- "valid": true
- },
- {
"description": "an invalid URI",
"data": "\\\\WINDOWS\\fileshare",
"valid": false