illumos-port-bash/tests/posixexp8.sub

12 lines
98 B
Plaintext

P=A
cat << EOF
${P+\"$P\"}
${P+"$P"}
EOF
recho "${P+\"$P\"}"
recho "${P+"$P"}"
recho ${P+"$P"}