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 105
105
},
106
106
{
107
107
"description" : " NKO DIGIT ZERO (as \\ u escape) does not match" ,
108
- "data" : " \\ u07c0" ,
108
+ "data" : " \u07c0 " ,
109
109
"valid" : false
110
110
}
111
111
]
129
129
},
130
130
{
131
131
"description" : " NKO DIGIT ZERO (as \\ u escape) matches" ,
132
- "data" : " \\ u07c0" ,
132
+ "data" : " \u07c0 " ,
133
133
"valid" : true
134
134
}
135
135
]
186
186
},
187
187
{
188
188
"description" : " latin-1 non-breaking-space does not match (unlike e.g. Python)" ,
189
- "data" : " \\ u00a0" ,
189
+ "data" : " \u00a0 " ,
190
190
"valid" : false
191
191
}
192
192
]
205
205
},
206
206
{
207
207
"description" : " latin-1 non-breaking-space matches (unlike e.g. Python)" ,
208
- "data" : " \\ u00a0" ,
208
+ "data" : " \u00a0 " ,
209
209
"valid" : true
210
210
}
211
211
]
Original file line number Diff line number Diff line change 105
105
},
106
106
{
107
107
"description" : " NKO DIGIT ZERO (as \\ u escape) does not match" ,
108
- "data" : " \\ u07c0" ,
108
+ "data" : " \u07c0 " ,
109
109
"valid" : false
110
110
}
111
111
]
129
129
},
130
130
{
131
131
"description" : " NKO DIGIT ZERO (as \\ u escape) matches" ,
132
- "data" : " \\ u07c0" ,
132
+ "data" : " \u07c0 " ,
133
133
"valid" : true
134
134
}
135
135
]
186
186
},
187
187
{
188
188
"description" : " latin-1 non-breaking-space does not match (unlike e.g. Python)" ,
189
- "data" : " \\ u00a0" ,
189
+ "data" : " \u00a0 " ,
190
190
"valid" : false
191
191
}
192
192
]
205
205
},
206
206
{
207
207
"description" : " latin-1 non-breaking-space matches (unlike e.g. Python)" ,
208
- "data" : " \\ u00a0" ,
208
+ "data" : " \u00a0 " ,
209
209
"valid" : true
210
210
}
211
211
]
Original file line number Diff line number Diff line change 105
105
},
106
106
{
107
107
"description" : " NKO DIGIT ZERO (as \\ u escape) does not match" ,
108
- "data" : " \\ u07c0" ,
108
+ "data" : " \u07c0 " ,
109
109
"valid" : false
110
110
}
111
111
]
129
129
},
130
130
{
131
131
"description" : " NKO DIGIT ZERO (as \\ u escape) matches" ,
132
- "data" : " \\ u07c0" ,
132
+ "data" : " \u07c0 " ,
133
133
"valid" : true
134
134
}
135
135
]
186
186
},
187
187
{
188
188
"description" : " latin-1 non-breaking-space does not match (unlike e.g. Python)" ,
189
- "data" : " \\ u00a0" ,
189
+ "data" : " \u00a0 " ,
190
190
"valid" : false
191
191
}
192
192
]
205
205
},
206
206
{
207
207
"description" : " latin-1 non-breaking-space matches (unlike e.g. Python)" ,
208
- "data" : " \\ u00a0" ,
208
+ "data" : " \u00a0 " ,
209
209
"valid" : true
210
210
}
211
211
]
Original file line number Diff line number Diff line change 105
105
},
106
106
{
107
107
"description" : " NKO DIGIT ZERO (as \\ u escape) does not match" ,
108
- "data" : " \\ u07c0" ,
108
+ "data" : " \u07c0 " ,
109
109
"valid" : false
110
110
}
111
111
]
129
129
},
130
130
{
131
131
"description" : " NKO DIGIT ZERO (as \\ u escape) matches" ,
132
- "data" : " \\ u07c0" ,
132
+ "data" : " \u07c0 " ,
133
133
"valid" : true
134
134
}
135
135
]
186
186
},
187
187
{
188
188
"description" : " latin-1 non-breaking-space does not match (unlike e.g. Python)" ,
189
- "data" : " \\ u00a0" ,
189
+ "data" : " \u00a0 " ,
190
190
"valid" : false
191
191
}
192
192
]
205
205
},
206
206
{
207
207
"description" : " latin-1 non-breaking-space matches (unlike e.g. Python)" ,
208
- "data" : " \\ u00a0" ,
208
+ "data" : " \u00a0 " ,
209
209
"valid" : true
210
210
}
211
211
]
You can’t perform that action at this time.
0 commit comments