From ea64d2fd4bddf4bf6cfa2d0abf5c407f6d7f1542 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 8 Aug 2020 00:27:58 +0200 Subject: 47302: Test for print -v fix --- Test/D07multibyte.ztst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Test/D07multibyte.ztst') diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst index 989f45183..9375dcda4 100644 --- a/Test/D07multibyte.ztst +++ b/Test/D07multibyte.ztst @@ -570,6 +570,15 @@ 0:printf %q and quotestring and general metafy / token madness >你你 + typeset foo + print -v foo 'ÖÓŐ' + echo $foo + printf -v foo 'ÖÓŐ' + echo $foo +0:print and printf into a variable with multibyte text +>ÖÓŐ +>ÖÓŐ + # This test is kept last as it introduces an additional # dependency on the system regex library. if zmodload zsh/regex 2>/dev/null; then -- cgit 1.4.1