File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 2626 "src" : " \\\\ " ,
2727 "exp" : " \\ "
2828 },
29+ {
30+ "description" : " message -> simple-message -> simple-start pattern -> 1*escaped-char" ,
31+ "src" : " \\\\\\ {\\ |\\ }" ,
32+ "exp" : " \\ {|}"
33+ },
2934 {
3035 "description" : " message -> simple-message -> simple-start pattern -> simple-start-char pattern -> ... -> simple-start-char *text-char placeholder" ,
3136 "src" : " hello {world}" ,
448453 "exp" : " \\ "
449454 },
450455 {
451- "description" : " ... quoted-literal -> \" |\" quoted-char escaped-char \" |\" " ,
452- "src" : " {|a\\\\ |}" ,
453- "exp" : " a\\ "
456+ "description" : " ... quoted-literal -> \" |\" quoted-char 1* escaped-char \" |\" " ,
457+ "src" : " {|a\\\\\\ { \\ | \\ } |}" ,
458+ "exp" : " a\\ {|} "
454459 },
455460 {
456461 "description" : " ... unquoted-literal -> number-literal -> %x30" ,
You can’t perform that action at this time.
0 commit comments