Comparison

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
parent 13087:5d3e8a226840
child 13106:8c762a30eae0
comparison
equal deleted inserted replaced
13087:5d3e8a226840 13088:0fbb2b3fd4c0
20 ["defs.json"] = "need built-in meta-schema", 20 ["defs.json"] = "need built-in meta-schema",
21 ["dependentSchemas.json:2:2"] = "NYI", -- minProperties 21 ["dependentSchemas.json:2:2"] = "NYI", -- minProperties
22 ["dynamicRef.json"] = "NYI", 22 ["dynamicRef.json"] = "NYI",
23 ["enum.json:1:3"] = "deepcompare", 23 ["enum.json:1:3"] = "deepcompare",
24 ["id.json"] = "NYI", 24 ["id.json"] = "NYI",
25 ["maxLength.json:0:4"] = "UTF-16",
26 ["maxProperties.json"] = "NYI", 25 ["maxProperties.json"] = "NYI",
27 ["minLength.json:0:4"] = "UTF-16",
28 ["minProperties.json"] = "NYI", 26 ["minProperties.json"] = "NYI",
29 ["multipleOf.json:1"] = "multiples of IEEE 754 fractions", 27 ["multipleOf.json:1"] = "multiples of IEEE 754 fractions",
30 ["multipleOf.json:2"] = "multiples of IEEE 754 fractions", 28 ["multipleOf.json:2"] = "multiples of IEEE 754 fractions",
31 ["multipleOf.json:4"] = "multiples of IEEE 754 fractions", 29 ["multipleOf.json:4"] = "multiples of IEEE 754 fractions",
32 ["pattern.json"] = "NYI", 30 ["pattern.json"] = "NYI",