Software /
code /
prosody
Changeset
12757:edbc888b1e05 0.12
util.jsonschema: Ignore some further test cases for URI references
Full-URI references are not implemented
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 09 Oct 2022 15:24:26 +0200 |
parents | 12756:cd7da871ce10 |
children | 12758:7929c0ffbe14 |
files | spec/util_jsonschema_spec.lua |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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",