util.jsonschema: Tweak description of disabled test
authorKim Alvefur <zash@zash.se>
Sat, 22 Apr 2023 12:45:58 +0200
changeset 13087 962a746842a0
parent 13086 acf8a2372764
child 13088 87f646e353cf
util.jsonschema: Tweak description of disabled test This doesn't fail because of additionalProperties, looks more like some issue with recursive definitions and util.jsonpointer that I don't want feel like investigating now.
spec/util_jsonschema_spec.lua
--- a/spec/util_jsonschema_spec.lua	Sat Apr 22 12:44:53 2023 +0200
+++ b/spec/util_jsonschema_spec.lua	Sat Apr 22 12:45:58 2023 +0200
@@ -35,7 +35,7 @@
 	["patternProperties.json"] = "NYI",
 	["properties.json:1:2"] = "NYI",
 	["properties.json:1:3"] = "NYI",
-	["ref.json:0:3"] = "NYI additionalProperties",
+	["ref.json:0:3"] = "util.jsonpointer recursive issue?",
 	["ref.json:11"] = "NYI",
 	["ref.json:12:1"] = "FIXME",
 	["ref.json:13"] = "NYI",