From a4059d3e60d33c3bda2674af03ff5787db3a4264 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Sun, 21 Sep 2014 23:19:57 -0700 Subject: Support wide characters in printf %c --- tests/printf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/printf.in') diff --git a/tests/printf.in b/tests/printf.in index 1e42b982..402dafb7 100644 --- a/tests/printf.in +++ b/tests/printf.in @@ -4,6 +4,7 @@ printf "%x %X %o %llu\n" 10 11 8 -1 printf "%a %A\n" 14 15 printf "%c %s\n" a hello +printf "%c%c%c\n" hello … o printf "%e %E\n" 5 6 printf "%20d\n" 50 -- cgit v1.2.3