diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-01-27 19:01:11 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-01-27 19:01:11 +0000 |
commit | df54eeed2ca4823d57c2bc74fc5def7b3b4a77ae (patch) | |
tree | 66dd30eac451d798ddfc6753e86d4967d57786eb /Test | |
parent | 040db61c325a6523ab50cabc0cd3c5e120413d3c (diff) | |
download | zsh-df54eeed2ca4823d57c2bc74fc5def7b3b4a77ae.tar.gz zsh-df54eeed2ca4823d57c2bc74fc5def7b3b4a77ae.tar.xz zsh-df54eeed2ca4823d57c2bc74fc5def7b3b4a77ae.zip |
23136: handle Bnulls now added in $'...'
Diffstat (limited to 'Test')
-rw-r--r-- | Test/A03quoting.ztst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/A03quoting.ztst b/Test/A03quoting.ztst index 6cf86e10f..3187382a8 100644 --- a/Test/A03quoting.ztst +++ b/Test/A03quoting.ztst @@ -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 |