mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
23136: handle Bnulls now added in $'...'
This commit is contained in:
parent
040db61c32
commit
df54eeed2c
3 changed files with 29 additions and 9 deletions
|
@ -13,6 +13,10 @@
|
|||
>'ut queant laxis'
|
||||
>"resonare fibris"
|
||||
|
||||
print -r $'\'a \\\' is \'a backslash\' is \'a \\\''
|
||||
0:$'-style quotes with backslashed backslashes
|
||||
>'a \' is 'a backslash' is 'a \'
|
||||
|
||||
print -r ''''
|
||||
setopt rcquotes
|
||||
# We need to set rcquotes here for the next example since it is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue