Comparison

spec/util_jsonschema_spec.lua @ 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
parent 12756:cd7da871ce10
child 12758:7929c0ffbe14
comparison
equal deleted inserted replaced
12756:cd7da871ce10 12757:edbc888b1e05
44 ["ref.json:15"] = "NYI", 44 ["ref.json:15"] = "NYI",
45 ["ref.json:16"] = "NYI", 45 ["ref.json:16"] = "NYI",
46 ["ref.json:17"] = "NYI", 46 ["ref.json:17"] = "NYI",
47 ["ref.json:18"] = "NYI", 47 ["ref.json:18"] = "NYI",
48 ["ref.json:19"] = "NYI", 48 ["ref.json:19"] = "NYI",
49 ["ref.json:26"] = "NYI",
50 ["ref.json:27"] = "NYI",
51 ["ref.json:28"] = "NYI",
49 ["ref.json:3:2"] = "FIXME investigate, util.jsonpath issue?", 52 ["ref.json:3:2"] = "FIXME investigate, util.jsonpath issue?",
50 ["ref.json:6:1"] = "NYI", 53 ["ref.json:6:1"] = "NYI",
54 ["ref.json:20"] = "NYI",
55 ["ref.json:25"] = "NYI",
51 ["refRemote.json"] = "DEFINITELY NYI", 56 ["refRemote.json"] = "DEFINITELY NYI",
52 ["required.json:0:2"] = "distinguishing objects from arrays", 57 ["required.json:0:2"] = "distinguishing objects from arrays",
53 ["type.json:3:4"] = "distinguishing objects from arrays", 58 ["type.json:3:4"] = "distinguishing objects from arrays",
54 ["type.json:3:6"] = "null is weird", 59 ["type.json:3:6"] = "null is weird",
55 ["type.json:4:3"] = "distinguishing objects from arrays", 60 ["type.json:4:3"] = "distinguishing objects from arrays",