diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-10-01 00:11:09 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-10-01 00:11:09 +0000 |
| commit | 6ea5f9b0608ca98863fe1164d65eca5243c7dd0e (patch) | |
| tree | 4e55585716334398485573e3e6abe62b902319d3 /tests | |
| parent | 6b85ccc6518cf9ecbe23cfe13d3ce8e9e0525809 (diff) | |
Update libucl to snapshot 20160812vendor/libucl/20160812
Notes
svn path=/vendor/libucl/dist/; revision=306542
svn path=/vendor/libucl/20160812/; revision=306543; tag=vendor/libucl/20160812
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/schema/patternProperties.json | 5 | ||||
| -rw-r--r-- | tests/schema/refRemote.json | 2 |
2 files changed, 6 insertions, 1 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 diff --git a/tests/schema/refRemote.json b/tests/schema/refRemote.json index 0ba9adb94ca1..067c666b0ec8 100644 --- a/tests/schema/refRemote.json +++ b/tests/schema/refRemote.json @@ -48,7 +48,7 @@ "valid": false } ] - }, + } /* { "description": "change resolution scope", |
