aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-quoting/squote_in_varexp2.tests
blob: 806ad12b9c885a214bec8916899ff84567b78fa1 (plain)
1
2
3
4
x='\\\\'
printf Nothing:'%s\n' ${x#'\\\\'}
printf Nothing:'%s\n' "${x#'\\\\'}"
echo Ok:$?