diff options
author | Kim Alvefur <zash@zash.se> | 2023-04-22 12:44:53 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-04-22 12:44:53 +0200 |
commit | 1e5f088714c74d22fdf6faabd925cd25d8cfcba6 (patch) | |
tree | 38c04b2a370c744c78f982b8fa84bf5761ba9799 | |
parent | 0e6043ecb60f05aecdfd6c3e299ab87d46346c89 (diff) | |
download | prosody-1e5f088714c74d22fdf6faabd925cd25d8cfcba6.tar.gz prosody-1e5f088714c74d22fdf6faabd925cd25d8cfcba6.zip |
util.jsonschema: Enable passing IEEE 754 equality test
-rw-r--r-- | spec/util_jsonschema_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua index 602a2b7f..3cf037d7 100644 --- a/spec/util_jsonschema_spec.lua +++ b/spec/util_jsonschema_spec.lua @@ -13,7 +13,6 @@ local skip = { ["additionalProperties.json:1:0"] = "NYI", ["anchor.json"] = "$anchor NYI", ["const.json:1"] = "deepcompare", - ["const.json:13:2"] = "IEEE 754 equality", ["const.json:2"] = "deepcompare", ["const.json:8"] = "deepcompare", ["const.json:9"] = "deepcompare", |