dollar_squote_bash1.tests 166 B

1234567
  1. echo $'a\tb'
  2. echo $'a\nb' $'c\nd''ef'
  3. echo $'a\'b' $'c\"d' $'e\\f'
  4. echo $'a\63b' $'c\063b' $'e\0633f'
  5. echo $'a\80b' $'c\608b'
  6. echo $'a\x33b' $'c\x330b'
  7. echo $'x\x9y'