diff options
Diffstat (limited to 'shell/hush_test/hush-quoting/dollar_squote_bash1.tests')
-rwxr-xr-x | shell/hush_test/hush-quoting/dollar_squote_bash1.tests | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/hush_test/hush-quoting/dollar_squote_bash1.tests b/shell/hush_test/hush-quoting/dollar_squote_bash1.tests new file mode 100755 index 0000000..6fc411b --- /dev/null +++ b/shell/hush_test/hush-quoting/dollar_squote_bash1.tests @@ -0,0 +1,8 @@ +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' |