Skip to content

Commit 7f00cc8

Browse files
add test that was present for other drafts but not 2019-09
1 parent a3f9e2e commit 7f00cc8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/draft2019-09/contains.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
"description": "empty array is invalid",
9090
"data": [],
9191
"valid": false
92+
},
93+
{
94+
"description": "non-arrays are valid",
95+
"data": "contains does not apply to strings",
96+
"valid": true
9297
}
9398
]
9499
}

0 commit comments

Comments
 (0)