busybox/shell/hush_test/hush-parsing/escape2.tests

5 lines
60 B
Plaintext
Raw Normal View History

echo "*?[a]*"
echo a"*?[a]*"b
echo '*?[a]*'
echo c'*?[a]*'d