aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-quoting/bkslash_in_varexp.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-03-02 17:13:22 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-03-02 17:13:22 +0100
commit744a20d8f9b1baf7c8cc1ed33ec744a52c89768f (patch)
tree5e4323829b6c97fe2015e927db6431d203ef5e0a /shell/hush_test/hush-quoting/bkslash_in_varexp.tests
parentcc222747ae7e264cbe9b1c8a9c253860275db8a9 (diff)
downloadbusybox-744a20d8f9b1baf7c8cc1ed33ec744a52c89768f.tar.gz
shell: two new tests, both fail for ash and hush
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-quoting/bkslash_in_varexp.tests')
-rwxr-xr-xshell/hush_test/hush-quoting/bkslash_in_varexp.tests6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/hush_test/hush-quoting/bkslash_in_varexp.tests b/shell/hush_test/hush-quoting/bkslash_in_varexp.tests
new file mode 100755
index 000000000..41b31ab54
--- /dev/null
+++ b/shell/hush_test/hush-quoting/bkslash_in_varexp.tests
@@ -0,0 +1,6 @@
+x=a
+echo Nothing:${x#[a\]]}
+echo Nothing:"${x#[a\]]}"
+echo Nothing:${x%[a\]]}
+echo Nothing:"${x%[a\]]}"
+echo Ok:$?