summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-quoting/dollar_squote_bash1.tests (plain)
blob: 6fc411b938823e471c04ce6664d6bb461c197a60
1echo $'a\tb'
2echo "$'a\tb'"
3echo $'a\nb' $'c\nd''ef'
4echo $'a\'b' $'c\"d' $'e\\f'
5echo $'a\63b' $'c\063b' $'e\0633f'
6echo $'a\80b' $'c\608b'
7echo $'a\x33b' $'c\x330b'
8echo $'x\x9y'
9