You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: encoding/jsonschema/testdata/external/tests/draft2019-09/contains.json
+3-11
Original file line number
Diff line number
Diff line change
@@ -201,10 +201,6 @@
201
201
"else": true
202
202
}
203
203
},
204
-
"skip": {
205
-
"v2": "extract error: keyword \"if\" not yet implemented (and 1 more errors)",
206
-
"v3": "extract error: keyword \"if\" not yet implemented (and 1 more errors)"
207
-
},
208
204
"tests": [
209
205
{
210
206
"description": "any non-empty array is valid",
@@ -213,18 +209,14 @@
213
209
],
214
210
"valid": true,
215
211
"skip": {
216
-
"v2": "could not compile schema",
217
-
"v3": "could not compile schema"
212
+
"v2": "6 errors in empty disjunction:\nconflicting values [\"foo\"] and {...} (mismatched types list and struct):\n generated.cue:4:1\n generated.cue:4:72\n instance.json:1:1\nconflicting values bool and [\"foo\"] (mismatched types bool and list):\n generated.cue:4:8\n instance.json:1:1\nconflicting values null and [\"foo\"] (mismatched types null and list):\n generated.cue:4:1\n instance.json:1:1\nconflicting values number and [\"foo\"] (mismatched types number and list):\n generated.cue:4:15\n instance.json:1:1\nconflicting values string and [\"foo\"] (mismatched types string and list):\n generated.cue:4:24\n instance.json:1:1\nexplicit error (_|_ literal) in source:\n generated.cue:4:58\n",
213
+
"v3": "conflicting values [\"foo\"] and {...} (mismatched types list and struct):\n generated.cue:4:72\n instance.json:1:1\nconflicting values bool and [\"foo\"] (mismatched types bool and list):\n generated.cue:4:8\n instance.json:1:1\nconflicting values null and [\"foo\"] (mismatched types null and list):\n generated.cue:4:1\n instance.json:1:1\nconflicting values number and [\"foo\"] (mismatched types number and list):\n generated.cue:4:15\n instance.json:1:1\nconflicting values string and [\"foo\"] (mismatched types string and list):\n generated.cue:4:24\n instance.json:1:1\nexplicit error (_|_ literal) in source:\n generated.cue:4:58\n"
0 commit comments