From 7e7e2d7e63b52a6a2e990090954328bbf7fa5d80 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 19 Oct 2016 10:39:58 +0100 Subject: 39678: metafication of printf %q argument and result --- Test/D07multibyte.ztst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Test/D07multibyte.ztst') diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst index 1b1d042a8..3a6e95543 100644 --- a/Test/D07multibyte.ztst +++ b/Test/D07multibyte.ztst @@ -579,3 +579,7 @@ 0:Sorting of metafied Polish characters >a ą b c ć d e ę f >a ą b c ć d e ę f + + printf '%q%q\n' 你你 +0:printf %q and quotestring and general metafy / token madness +>你你 -- cgit 1.4.1