diff options
Diffstat (limited to 'tests/histexp7.sub')
-rw-r--r-- | tests/histexp7.sub | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/histexp7.sub b/tests/histexp7.sub new file mode 100644 index 0000000..8822205 --- /dev/null +++ b/tests/histexp7.sub @@ -0,0 +1,18 @@ +# make sure history expansion doesn't take place while parsing command +# substitutions + +set -o history +set -o histexpand +echo a + +echo $( cat <<EOF +echo !! +EOF +) + +echo --between-- + +cat <( cat <<'EOF' +echo !! +EOF +) |