Software /
code /
prosody
Changeset
13083:962a746842a0
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.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 22 Apr 2023 12:45:58 +0200 |
parents | 13082:acf8a2372764 |
children | 13084:87f646e353cf |
files | spec/util_jsonschema_spec.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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",