aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test1.in
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-01-15 11:21:07 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-01-15 11:21:07 -0800
commitd4eded2376706c67b680ad522e61cbe54d8214b0 (patch)
treeb213eebdde9183a2b36c33d61a2ba6dcbcb81a27 /tests/test1.in
parent20974edc14f43822084bf584c3d19fe23e80247b (diff)
Make octal/hex escapes in printf and echo output literal bytes
Fixes #1894
Diffstat (limited to 'tests/test1.in')
-rw-r--r--tests/test1.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test1.in b/tests/test1.in
index 6f25e8ae..1a701695 100644
--- a/tests/test1.in
+++ b/tests/test1.in
@@ -118,6 +118,8 @@ echo -e 'abc\cdef' # won't output a newline!
echo ''
echo -
+echo -ne '\376' | xxd -p
+
echo -e Catch your breath
echo -e 'abc\x21def'