summaryrefslogtreecommitdiff
path: root/json/tests/draft3/optional/format.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft3/optional/format.json')
-rw-r--r--json/tests/draft3/optional/format.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/json/tests/draft3/optional/format.json b/json/tests/draft3/optional/format.json
index fc86b03..3ca7319 100644
--- a/json/tests/draft3/optional/format.json
+++ b/json/tests/draft3/optional/format.json
@@ -78,6 +78,11 @@
"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