Sign in
coral
/
busybox
/
ae2b9f286c985394410aec19b12c1ebecfbe20f6
/
.
/
shell
/
ash_test
/
ash-quoting
/
dollar_squote_bash1.tests
blob: 6fc411b938823e471c04ce6664d6bb461c197a60 [
file
] [
log
] [
blame
]
echo $
'a\tb'
echo
"$'a\tb'"
echo $
'a\nb'
$
'c\nd''ef'
echo $
'a\'b'
$
'c\"d'
$
'e\\f'
echo $
'a\63b'
$
'c\063b'
$
'e\0633f'
echo $
'a\80b'
$
'c\608b'
echo $
'a\x33b'
$
'c\x330b'
echo $
'x\x9y'