summaryrefslogtreecommitdiff
path: root/json/tests/draft4/optional/format.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft4/optional/format.json')
-rw-r--r--json/tests/draft4/optional/format.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/json/tests/draft4/optional/format.json b/json/tests/draft4/optional/format.json
index cba8fc3..d94a309 100644
--- a/json/tests/draft4/optional/format.json
+++ b/json/tests/draft4/optional/format.json
@@ -33,6 +33,11 @@
"description": "an invalid URI",
"data": "\\\\WINDOWS\\fileshare",
"valid": false
+ },
+ {
+ "description": "an invalid URI though valid URI reference",
+ "data": "abc",
+ "valid": false
}
]
},