aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-03-02 08:27:50 -0600
committerRob Landley <rob@landley.net>2012-03-02 08:27:50 -0600
commit7339560d3f8581e988cfb7095918bf47b6e8f067 (patch)
tree732fc680e0bebb532bc1defefabdd6e65e1525b7 /scripts
parent829503ea7f76c0ab52ba7c683f93878f56cab6a1 (diff)
downloadtoybox-7339560d3f8581e988cfb7095918bf47b6e8f067.tar.gz
Cleanup pass, and support unrecognized slash chars ala "echo -e \p".
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test/echo.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test/echo.test b/scripts/test/echo.test
index e269bf20..3f562fd8 100755
--- a/scripts/test/echo.test
+++ b/scripts/test/echo.test
@@ -33,3 +33,5 @@ testing "echo -e octal values" \
testing "echo -e hexadecimal values" \
"$CMD -ne '\x534 \x30 \x58\x59\x5a \x3F\x0A'"\
"S4 0 XYZ ?\n" "" ""
+
+testing "echo -e \p" "$CMD -e '\\p'" "\\p\n" "" ""