aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-04-23 10:42:07 +0200
committerKim Alvefur <zash@zash.se>2023-04-23 10:42:07 +0200
commit693ac009db93fd14d15e465f5e11a77485037b09 (patch)
tree397256cf9f511717c4032cbb0e0314bc48a95465 /spec
parent3621b8ce9168d833303bc8090302a77dcd76e1fd (diff)
downloadprosody-693ac009db93fd14d15e465f5e11a77485037b09.tar.gz
prosody-693ac009db93fd14d15e465f5e11a77485037b09.zip
util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength'
Diffstat (limited to 'spec')
-rw-r--r--spec/util_jsonschema_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua
index fa1afeca..0bc37f83 100644
--- a/spec/util_jsonschema_spec.lua
+++ b/spec/util_jsonschema_spec.lua
@@ -22,9 +22,7 @@ local skip = {
["dynamicRef.json"] = "NYI",
["enum.json:1:3"] = "deepcompare",
["id.json"] = "NYI",
- ["maxLength.json:0:4"] = "UTF-16",
["maxProperties.json"] = "NYI",
- ["minLength.json:0:4"] = "UTF-16",
["minProperties.json"] = "NYI",
["multipleOf.json:1"] = "multiples of IEEE 754 fractions",
["multipleOf.json:2"] = "multiples of IEEE 754 fractions",