diff options
Diffstat (limited to 'tests/heredoc4.sub')
-rw-r--r-- | tests/heredoc4.sub | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/heredoc4.sub b/tests/heredoc4.sub new file mode 100644 index 0000000..381b64a --- /dev/null +++ b/tests/heredoc4.sub @@ -0,0 +1,12 @@ +cat <<EO`true`F +heredoc1 +EO`false`F +EO`true`F +echo Ok:$? + +one=one +four=four +five='fi ve' + +recho $one`echo two three`$four +recho `echo two three`$five |