]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/posixexp8.sub
bash-5.1 distribution sources and documentation
[thirdparty/bash.git] / tests / posixexp8.sub
diff --git a/tests/posixexp8.sub b/tests/posixexp8.sub
new file mode 100644 (file)
index 0000000..383851c
--- /dev/null
@@ -0,0 +1,11 @@
+P=A
+
+cat << EOF
+${P+\"$P\"}
+${P+"$P"}
+EOF
+
+recho "${P+\"$P\"}"
+
+recho "${P+"$P"}"
+recho ${P+"$P"}