diff options
Diffstat (limited to 'shell/ash_test/ash-parsing/escape1.tests')
-rwxr-xr-x | shell/ash_test/ash-parsing/escape1.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ash_test/ash-parsing/escape1.tests b/shell/ash_test/ash-parsing/escape1.tests new file mode 100755 index 0000000..25ac96b --- /dev/null +++ b/shell/ash_test/ash-parsing/escape1.tests @@ -0,0 +1,6 @@ +test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77 + +echo "\\" +echo a"\\"b +echo '\\' +echo c'\\'d |