Skip to content

Commit 94ce498

Browse files
committed
Discard the changes that modify other tests.
1 parent afa2f40 commit 94ce498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/draft3/additionalProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"additionalProperties being false does not allow other properties",
55
"schema": {
66
"properties": {"foo": {}, "bar": {}},
7-
"patternProperties": { "^v": {}, "^á": {} },
7+
"patternProperties": { "^v": {} },
88
"additionalProperties": false
99
},
1010
"tests": [

tests/draft4/additionalProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"additionalProperties being false does not allow other properties",
55
"schema": {
66
"properties": {"foo": {}, "bar": {}},
7-
"patternProperties": { "^v": {}, "^é": {} },
7+
"patternProperties": { "^v": {} },
88
"additionalProperties": false
99
},
1010
"tests": [

0 commit comments

Comments
 (0)