File tree 4 files changed +16
-16
lines changed
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 30
30
]
31
31
},
32
32
{
33
- "description" : " ECMA 262 regex converts \\ a to ascii BEL " ,
33
+ "description" : " ECMA 262 regex converts \\ t to horizontal tab " ,
34
34
"schema" : {
35
35
"type" : " string" ,
36
- "pattern" : " ^\\ a $"
36
+ "pattern" : " ^\\ t $"
37
37
},
38
38
"tests" : [
39
39
{
40
40
"description" : " does not match" ,
41
- "data" : " \\ a " ,
41
+ "data" : " \\ t " ,
42
42
"valid" : false
43
43
},
44
44
{
45
45
"description" : " matches" ,
46
- "data" : " \u0007 " ,
46
+ "data" : " \u0009 " ,
47
47
"valid" : true
48
48
}
49
49
]
Original file line number Diff line number Diff line change 30
30
]
31
31
},
32
32
{
33
- "description" : " ECMA 262 regex converts \\ a to ascii BEL " ,
33
+ "description" : " ECMA 262 regex converts \\ t to horizontal tab " ,
34
34
"schema" : {
35
35
"type" : " string" ,
36
- "pattern" : " ^\\ a $"
36
+ "pattern" : " ^\\ t $"
37
37
},
38
38
"tests" : [
39
39
{
40
40
"description" : " does not match" ,
41
- "data" : " \\ a " ,
41
+ "data" : " \\ t " ,
42
42
"valid" : false
43
43
},
44
44
{
45
45
"description" : " matches" ,
46
- "data" : " \u0007 " ,
46
+ "data" : " \u0009 " ,
47
47
"valid" : true
48
48
}
49
49
]
Original file line number Diff line number Diff line change 30
30
]
31
31
},
32
32
{
33
- "description" : " ECMA 262 regex converts \\ a to ascii BEL " ,
33
+ "description" : " ECMA 262 regex converts \\ t to horizontal tab " ,
34
34
"schema" : {
35
35
"type" : " string" ,
36
- "pattern" : " ^\\ a $"
36
+ "pattern" : " ^\\ t $"
37
37
},
38
38
"tests" : [
39
39
{
40
40
"description" : " does not match" ,
41
- "data" : " \\ a " ,
41
+ "data" : " \\ t " ,
42
42
"valid" : false
43
43
},
44
44
{
45
45
"description" : " matches" ,
46
- "data" : " \u0007 " ,
46
+ "data" : " \u0009 " ,
47
47
"valid" : true
48
48
}
49
49
]
Original file line number Diff line number Diff line change 30
30
]
31
31
},
32
32
{
33
- "description" : " ECMA 262 regex converts \\ a to ascii BEL " ,
33
+ "description" : " ECMA 262 regex converts \\ t to horizontal tab " ,
34
34
"schema" : {
35
35
"type" : " string" ,
36
- "pattern" : " ^\\ a $"
36
+ "pattern" : " ^\\ t $"
37
37
},
38
38
"tests" : [
39
39
{
40
40
"description" : " does not match" ,
41
- "data" : " \\ a " ,
41
+ "data" : " \\ t " ,
42
42
"valid" : false
43
43
},
44
44
{
45
45
"description" : " matches" ,
46
- "data" : " \u0007 " ,
46
+ "data" : " \u0009 " ,
47
47
"valid" : true
48
48
}
49
49
]
You can’t perform that action at this time.
0 commit comments