From 1e836045b308d05fa8bd46aef812f73b14d82fb2 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 6 Nov 2007 20:45:07 +0000 Subject: 24070: some \u fixes in getkeystring() --- Test/A03quoting.ztst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Test/A03quoting.ztst') 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 +> +> +> +> -- cgit 1.4.1