Software /
code /
prosody
Changeset
12758:7929c0ffbe14 0.12
util.jsonschema: Ignore test case for JavaScript specific detail
Also touching on how arrays are indistinguishable from tables in Lua
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 09 Oct 2022 15:24:30 +0200 |
parents | 12757:edbc888b1e05 |
children | 12759:ec54fe0003d5 |
files | spec/util_jsonschema_spec.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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",