mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
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:
parent
8f850047e3
commit
c617f27a54
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue