File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 216
216
"result" : " \\ u03a6"
217
217
},
218
218
{
219
- "comment" : " Can escape the single quote" ,
219
+ "comment" : " Can escape single quote" ,
220
220
"expression" : " 'foo\\ 'bar'" ,
221
221
"result" : " foo'bar"
222
222
},
223
223
{
224
- "comment" : " Backslash not followed by single quote is treated as any other character" ,
225
- "expression" : " '\\ z'" ,
226
- "result" : " \\ z"
227
- },
228
- {
229
- "comment" : " Backslash not followed by single quote is treated as any other character" ,
224
+ "comment" : " Can escape backslash" ,
230
225
"expression" : " '\\\\ '" ,
231
226
"result" : " \\ "
227
+ },
228
+ {
229
+ "comment" : " Backslash not followed by single quote or backslash is treated as any other character" ,
230
+ "expression" : " '\\ z'" ,
231
+ "result" : " \\ z"
232
232
}
233
233
]
234
234
}
You can’t perform that action at this time.
0 commit comments