diff options
Diffstat (limited to 'tests/schema/patternProperties.json')
| -rw-r--r-- | tests/schema/patternProperties.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/schema/patternProperties.json b/tests/schema/patternProperties.json index 18586e5daba6..e386b6b4cccf 100644 --- a/tests/schema/patternProperties.json +++ b/tests/schema/patternProperties.json @@ -24,6 +24,11 @@ "valid": false }, { + "description": "a single invalid match is invalid", + "data": {"fooooo": 2, "foo": "bar"}, + "valid": false + }, + { "description": "multiple invalid matches is invalid", "data": {"foo": "bar", "foooooo" : "baz"}, "valid": false |
