aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-10-09 15:24:30 +0200
committerKim Alvefur <zash@zash.se>2022-10-09 15:24:30 +0200
commitc617f27a547610da1ac328a161f177f482b158a6 (patch)
tree93fbb0b6cabad42fac9eb66988432bb16e837bc5
parent8f850047e33349eb569648c002ee08b9699435b5 (diff)
downloadprosody-c617f27a547610da1ac328a161f177f482b158a6.tar.gz
prosody-c617f27a547610da1ac328a161f177f482b158a6.zip
util.jsonschema: Ignore test case for JavaScript specific detail
Also touching on how arrays are indistinguishable from tables in Lua
-rw-r--r--spec/util_jsonschema_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua
index 3c2e5f40..968acaf1 100644
--- a/spec/util_jsonschema_spec.lua
+++ b/spec/util_jsonschema_spec.lua
@@ -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",