diff spec/util_jsonschema_spec.lua @ 13385:72d7830505f0

util.jsonschema: Return basic structured validation response
author Kim Alvefur <zash@zash.se>
date Sat, 02 Dec 2023 21:45:38 +0100
parents 8c762a30eae0
children eabd38507c1d
line wrap: on
line diff
--- a/spec/util_jsonschema_spec.lua	Sun Dec 03 15:46:33 2023 +0100
+++ b/spec/util_jsonschema_spec.lua	Sat Dec 02 21:45:38 2023 +0100
@@ -56,6 +56,7 @@
 	["not.json:6"] = "NYI",
 	["refRemote.json"] = "DEFINITELY NYI",
 	["required.json:0:2"] = "distinguishing objects from arrays",
+	["type.json:0:1"] = "1.0 is not an integer!",
 	["type.json:3:4"] = "distinguishing objects from arrays",
 	["type.json:3:6"] = "null is weird",
 	["type.json:4:3"] = "distinguishing objects from arrays",