Sign in
coral
/
busybox
/
1e9a4f56f574471707244db9f7038ad0581dec16
/
.
/
shell
/
ash_test
/
ash-misc
/
for_with_bslashes.tests
blob: 8acd9808ad89afd9e01c55f3c25cf466232b9653 [
file
] [
log
] [
blame
]
# last word contains ^C character.
for
a
in
'a'
'b\c'
'b\\c'
'b"c'
"b'c"
'b$c'
'b`true`c'
'b#c'
do
echo $a
done
echo
Zero
:
$
?