util.jsonschema: Ignore test case for JavaScript specific detail 0.12
authorKim Alvefur <zash@zash.se>
Sun, 09 Oct 2022 15:24:30 +0200
branch0.12
changeset 12762 7929c0ffbe14
parent 12761 edbc888b1e05
child 12763 ec54fe0003d5
util.jsonschema: Ignore test case for JavaScript specific detail Also touching on how arrays are indistinguishable from tables in Lua
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",