mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
Shell: Parse '\t' in doublequoted strings as a tab character
This not being recognised is surprising.
This commit is contained in:
parent
417910fd28
commit
b1fe5d5517
3 changed files with 5 additions and 2 deletions
|
@ -479,7 +479,7 @@ dquoted_string_inner :: '\' . dquoted_string_inner? {concat}
|
|||
| . dquoted_string_inner?
|
||||
| '\' 'x' xdigit*2 dquoted_string_inner?
|
||||
| '\' 'u' xdigit*8 dquoted_string_inner?
|
||||
| '\' [abefrn] dquoted_string_inner?
|
||||
| '\' [abefrnt] dquoted_string_inner?
|
||||
|
||||
variable :: variable_ref slice?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue