util.jsonschema: Ignore some further test cases for URI references 0.12
authorKim Alvefur <zash@zash.se>
Sun, 09 Oct 2022 15:24:26 +0200
branch0.12
changeset 12761 edbc888b1e05
parent 12760 cd7da871ce10
child 12762 7929c0ffbe14
util.jsonschema: Ignore some further test cases for URI references Full-URI references are not implemented
spec/util_jsonschema_spec.lua
--- a/spec/util_jsonschema_spec.lua	Sun Oct 09 14:58:07 2022 +0200
+++ b/spec/util_jsonschema_spec.lua	Sun Oct 09 15:24:26 2022 +0200
@@ -46,8 +46,13 @@
 	["ref.json:17"] = "NYI",
 	["ref.json:18"] = "NYI",
 	["ref.json:19"] = "NYI",
+	["ref.json:26"] = "NYI",
+	["ref.json:27"] = "NYI",
+	["ref.json:28"] = "NYI",
 	["ref.json:3:2"] = "FIXME investigate, util.jsonpath issue?",
 	["ref.json:6:1"] = "NYI",
+	["ref.json:20"] = "NYI",
+	["ref.json:25"] = "NYI",
 	["refRemote.json"] = "DEFINITELY NYI",
 	["required.json:0:2"] = "distinguishing objects from arrays",
 	["type.json:3:4"] = "distinguishing objects from arrays",