diff options
Diffstat (limited to 'shell/hush_test/hush-bugs/quote3.right')
-rw-r--r-- | shell/hush_test/hush-bugs/quote3.right | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/hush_test/hush-bugs/quote3.right b/shell/hush_test/hush-bugs/quote3.right new file mode 100644 index 000000000..11443f54b --- /dev/null +++ b/shell/hush_test/hush-bugs/quote3.right @@ -0,0 +1,8 @@ +Testing: in $empty"" +.. +Testing: in "$*" +.abc d e. +Testing: in "$@" +.abc. +.d e. +Finished |