aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-quoting/bkslash_in_varexp.tests
blob: 41b31ab541da665ccdad8e2d4b2a946694ed03c2 (plain)
1
2
3
4
5
6
x=a
echo Nothing:${x#[a\]]}
echo Nothing:"${x#[a\]]}"
echo Nothing:${x%[a\]]}
echo Nothing:"${x%[a\]]}"
echo Ok:$?