dollar_squote_bash1.tests 181 B

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