File tree Expand file tree Collapse file tree 5 files changed +80
-0
lines changed Expand file tree Collapse file tree 5 files changed +80
-0
lines changed Original file line number Diff line number Diff line change 4949 "description" : " pattern is not anchored" ,
5050 "schema" : {"pattern" : " a+" },
5151 "tests" : [
52+ {
53+ "description" : " doesn't match a substring" ,
54+ "data" : " xxyy" ,
55+ "valid" : false
56+ },
5257 {
5358 "description" : " matches a substring" ,
5459 "data" : " xxaayy" ,
5560 "valid" : true
5661 }
5762 ]
63+ },
64+ {
65+ "description" : " pattern is malformed" ,
66+ "schema" : {"pattern" : " hel{1," ,
67+ "tests" : [
68+ {
69+ "description" : " invalid regex does not match" ,
70+ "data" : " hello" ,
71+ "valid" : false
72+ }
73+ ]
5874 }
5975]
Original file line number Diff line number Diff line change 4949 "description" : " pattern is not anchored" ,
5050 "schema" : {"pattern" : " a+" },
5151 "tests" : [
52+ {
53+ "description" : " doesn't match a substring" ,
54+ "data" : " xxyy" ,
55+ "valid" : false
56+ },
5257 {
5358 "description" : " matches a substring" ,
5459 "data" : " xxaayy" ,
5560 "valid" : true
5661 }
5762 ]
63+ },
64+ {
65+ "description" : " pattern is malformed" ,
66+ "schema" : {"pattern" : " hel{1," ,
67+ "tests" : [
68+ {
69+ "description" : " invalid regex does not match" ,
70+ "data" : " hello" ,
71+ "valid" : false
72+ }
73+ ]
5874 }
5975]
Original file line number Diff line number Diff line change 4949 "description" : " pattern is not anchored" ,
5050 "schema" : {"pattern" : " a+" },
5151 "tests" : [
52+ {
53+ "description" : " doesn't match a substring" ,
54+ "data" : " xxyy" ,
55+ "valid" : false
56+ },
5257 {
5358 "description" : " matches a substring" ,
5459 "data" : " xxaayy" ,
5560 "valid" : true
5661 }
5762 ]
63+ },
64+ {
65+ "description" : " pattern is malformed" ,
66+ "schema" : {"pattern" : " hel{1," ,
67+ "tests" : [
68+ {
69+ "description" : " invalid regex does not match" ,
70+ "data" : " hello" ,
71+ "valid" : false
72+ }
73+ ]
5874 }
5975]
Original file line number Diff line number Diff line change 4949 "description" : " pattern is not anchored" ,
5050 "schema" : {"pattern" : " a+" },
5151 "tests" : [
52+ {
53+ "description" : " doesn't match a substring" ,
54+ "data" : " xxyy" ,
55+ "valid" : false
56+ },
5257 {
5358 "description" : " matches a substring" ,
5459 "data" : " xxaayy" ,
5560 "valid" : true
5661 }
5762 ]
63+ },
64+ {
65+ "description" : " pattern is malformed" ,
66+ "schema" : {"pattern" : " hel{1," ,
67+ "tests" : [
68+ {
69+ "description" : " invalid regex does not match" ,
70+ "data" : " hello" ,
71+ "valid" : false
72+ }
73+ ]
5874 }
5975]
Original file line number Diff line number Diff line change 4949 "description" : " pattern is not anchored" ,
5050 "schema" : {"pattern" : " a+" },
5151 "tests" : [
52+ {
53+ "description" : " doesn't match a substring" ,
54+ "data" : " xxyy" ,
55+ "valid" : false
56+ },
5257 {
5358 "description" : " matches a substring" ,
5459 "data" : " xxaayy" ,
5560 "valid" : true
5661 }
5762 ]
63+ },
64+ {
65+ "description" : " pattern is malformed" ,
66+ "schema" : {"pattern" : " hel{1," ,
67+ "tests" : [
68+ {
69+ "description" : " invalid regex does not match" ,
70+ "data" : " hello" ,
71+ "valid" : false
72+ }
73+ ]
5874 }
5975]
You can’t perform that action at this time.
0 commit comments