aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-quoting/bkslash_in_varexp1.tests
blob: 3c817eae16b5bf1c333cdf2133cef99db344ae49 (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:$?