mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 12:40:42 +02:00
commit bash-20190223 snapshot
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# new tests
|
||||
x=4
|
||||
sp=' '
|
||||
|
||||
# word
|
||||
recho ${x}${sp}''
|
||||
|
||||
# unquoted
|
||||
recho ${x+ab "$y"}
|
||||
recho ${x+ab ''}
|
||||
recho ${x+ab "$( : )"}
|
||||
recho ${x+ab "${yy}"}
|
||||
|
||||
# quoted
|
||||
recho "${x+ab ''}"
|
||||
recho "${x+ab ""}"
|
||||
recho "${x+ab '${yy}'}"
|
||||
recho "${x+ab "${yy}"}"
|
||||
Reference in New Issue
Block a user