aboutsummaryrefslogtreecommitdiff
path: root/tests/echo.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/echo.test')
-rwxr-xr-xtests/echo.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/echo.test b/tests/echo.test
index e2035561..fa53559a 100755
--- a/tests/echo.test
+++ b/tests/echo.test
@@ -34,3 +34,6 @@ testcmd "-e hexadecimal values" \
"S4 0 XYZ ?\n" "" ""
testcmd "-e \p" "-e '\\p'" "\\p\n" "" ""
+
+# http://austingroupbugs.net/view.php?id=1222 added -E
+testcmd "-En" "-En 'one\ntwo'" 'one\\ntwo' "" ""