source: MondoRescue/branches/3.3/mindi-busybox/shell/ash_test/ash-quoting/dollar_squote_bash1.tests@ 3621

Last change on this file since 3621 was 3621, checked in by Bruno Cornec, 7 years ago

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

  • Property svn:executable set to *
File size: 181 bytes
Line 
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'
Note: See TracBrowser for help on using the repository browser.