summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-10-19 10:39:58 +0100
committerPeter Stephenson <pws@zsh.org>2016-10-19 10:39:58 +0100
commit7e7e2d7e63b52a6a2e990090954328bbf7fa5d80 (patch)
treeb9d1ce1f43e2ad5c98c7b4ddfaa0e2ee63fe32c0 /Test
parent5b192a4cd1fafde42fcbc9b19cee40885705880e (diff)
downloadzsh-7e7e2d7e63b52a6a2e990090954328bbf7fa5d80.tar.gz
zsh-7e7e2d7e63b52a6a2e990090954328bbf7fa5d80.tar.xz
zsh-7e7e2d7e63b52a6a2e990090954328bbf7fa5d80.zip
39678: metafication of printf %q argument and result
Diffstat (limited to 'Test')
-rw-r--r--Test/D07multibyte.ztst4
1 files changed, 4 insertions, 0 deletions
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
+>你你