util.jsonschema: Ignore test case for JavaScript specific detail

Also touching on how arrays are indistinguishable from tables in Lua
This commit is contained in:
Kim Alvefur 2022-10-09 15:24:30 +02:00
parent 8f850047e3
commit c617f27a54

View file

@ -50,6 +50,7 @@ local skip = {
["ref.json:27"] = "NYI",
["ref.json:28"] = "NYI",
["ref.json:3:2"] = "FIXME investigate, util.jsonpath issue?",
["required.json:4"] = "JavaScript specific and distinguishing objects from arrays",
["ref.json:6:1"] = "NYI",
["ref.json:20"] = "NYI",
["ref.json:25"] = "NYI",