diff options
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 |