mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 03:02:40 +02:00
commit bash-20180316 snapshot
This commit is contained in:
@@ -109,4 +109,15 @@ recho `echo "(\\")"`
|
||||
# ultimate workaround
|
||||
recho `echo "(\")"`
|
||||
|
||||
# various strings ending in backslashes
|
||||
|
||||
echo 'string \'
|
||||
echo "string \\"
|
||||
|
||||
echo string\ \\
|
||||
|
||||
echo ${foo:-'string \'}
|
||||
echo "${foo:-string \\}"
|
||||
echo ${foo:-string \\\}}
|
||||
|
||||
${THIS_SH} ./quote1.sub
|
||||
|
||||
Reference in New Issue
Block a user