# HG changeset patch # User Kim Alvefur # Date 1665321870 -7200 # Node ID 7929c0ffbe14214ce82fc152344966c1f9e6c09c # Parent edbc888b1e057b4bc959ea5615f4f925a02de606 util.jsonschema: Ignore test case for JavaScript specific detail Also touching on how arrays are indistinguishable from tables in Lua diff -r edbc888b1e05 -r 7929c0ffbe14 spec/util_jsonschema_spec.lua --- a/spec/util_jsonschema_spec.lua Sun Oct 09 15:24:26 2022 +0200 +++ b/spec/util_jsonschema_spec.lua Sun Oct 09 15:24:30 2022 +0200 @@ -50,6 +50,7 @@ ["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",