Start 1.33.0 development cycle
[oweals/busybox.git] / shell / ash_test / ash-misc / for_with_bslashes.tests
1 # last word contains ^C character.
2 for a in 'a' 'b\c' 'b\\c' 'b"c' "b'c" 'b$c' 'b`true`c' 'b\ 3#\ 3c'
3 do
4     echo $a
5 done
6 echo Zero:$?