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