summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/draft3/optional/format.json5
-rw-r--r--tests/draft4/optional/format.json5
2 files changed, 10 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
}
]
},
diff --git a/tests/draft4/optional/format.json b/tests/draft4/optional/format.json
index cba8fc3..d94a309 100644
--- a/tests/draft4/optional/format.json
+++ b/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
}
]
},