diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-06 20:45:07 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-06 20:45:07 +0000 |
commit | 1e836045b308d05fa8bd46aef812f73b14d82fb2 (patch) | |
tree | e05bb7625d45209c946d4639033a70b7e05ef3b9 /Test/A03quoting.ztst | |
parent | ea15ee886789a31160f5e87ae466adadbb1e5815 (diff) | |
download | zsh-1e836045b308d05fa8bd46aef812f73b14d82fb2.tar.gz zsh-1e836045b308d05fa8bd46aef812f73b14d82fb2.tar.xz zsh-1e836045b308d05fa8bd46aef812f73b14d82fb2.zip |
24070: some \u fixes in getkeystring()
Diffstat (limited to 'Test/A03quoting.ztst')
-rw-r--r-- | Test/A03quoting.ztst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Test/A03quoting.ztst b/Test/A03quoting.ztst index 54005ebe3..f0f86e0b2 100644 --- a/Test/A03quoting.ztst +++ b/Test/A03quoting.ztst @@ -42,3 +42,13 @@ unsetopt rcquotes 0:Yes RC_QUOTES with single quotes >' + + print '<\u0041>' + printf '%s\n' $'<\u0042>' + print '<\u0043>' + printf '%s\n' $'<\u0044>' +0:\u in both print and printf +><A> +><B> +><C> +><D> |