summaryrefslogtreecommitdiffstats
path: root/tests/histexp7.sub
diff options
context:
space:
mode:
Diffstat (limited to 'tests/histexp7.sub')
-rw-r--r--tests/histexp7.sub18
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
+)