aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/printf.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/printf.in')
-rw-r--r--tests/printf.in1
1 files changed, 1 insertions, 0 deletions
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