File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 40
40
}
41
41
]
42
42
},
43
+ {
44
+ "description" : " non-ASCII pattern with additionalProperties" ,
45
+ "schema" : {
46
+ "patternProperties" : {"^á" : {}},
47
+ "additionalProperties" : false
48
+ },
49
+ "tests" : [
50
+ {
51
+ "description" : " matching the pattern is valid" ,
52
+ "data" : {"ármányos" : 2 },
53
+ "valid" : true
54
+ },
55
+ {
56
+ "description" : " not matching the pattern is invalid" ,
57
+ "data" : {"élmény" : 2 },
58
+ "valid" : false
59
+ }
60
+ ]
61
+ },
43
62
{
44
63
"description" :
45
64
" additionalProperties allows a schema which should validate" ,
Original file line number Diff line number Diff line change 40
40
}
41
41
]
42
42
},
43
+ {
44
+ "description" : " non-ASCII pattern with additionalProperties" ,
45
+ "schema" : {
46
+ "patternProperties" : {"^á" : {}},
47
+ "additionalProperties" : false
48
+ },
49
+ "tests" : [
50
+ {
51
+ "description" : " matching the pattern is valid" ,
52
+ "data" : {"ármányos" : 2 },
53
+ "valid" : true
54
+ },
55
+ {
56
+ "description" : " not matching the pattern is invalid" ,
57
+ "data" : {"élmény" : 2 },
58
+ "valid" : false
59
+ }
60
+ ]
61
+ },
43
62
{
44
63
"description" :
45
64
" additionalProperties allows a schema which should validate" ,
You can’t perform that action at this time.
0 commit comments