# HG changeset patch # User Kim Alvefur # Date 1682160358 -7200 # Node ID 962a746842a0836a22b71a2af70043bdae17690f # Parent acf8a237276483effbf00d4a23ce2313baa780e8 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. diff -r acf8a2372764 -r 962a746842a0 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",