diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/echo.test | 3 |
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' "" "" |