Mercurial > prosody-hg
diff spec/util_jsonschema_spec.lua @ 13088:0fbb2b3fd4c0
util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength'
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 23 Apr 2023 10:42:07 +0200 |
| parents | 5d3e8a226840 |
| children | 8c762a30eae0 |
line wrap: on
line diff
--- a/spec/util_jsonschema_spec.lua Sun Apr 23 10:26:43 2023 +0200 +++ b/spec/util_jsonschema_spec.lua Sun Apr 23 10:42:07 2023 +0200 @@ -22,9 +22,7 @@ ["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",
