util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength'

This commit is contained in:
Kim Alvefur 2023-04-23 10:42:07 +02:00
parent 3621b8ce91
commit 693ac009db
3 changed files with 17 additions and 6 deletions

View file

@ -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",