1
0
Fork 0
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:
Peter Stephenson 2007-01-27 19:01:11 +00:00
parent 040db61c32
commit df54eeed2c
3 changed files with 29 additions and 9 deletions

View file

@ -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