summaryrefslogtreecommitdiff
path: root/tests/new-exp3.sub
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2016-09-15 16:59:08 -0400
committerChet Ramey <chet.ramey@case.edu>2016-09-15 16:59:08 -0400
commita0c0a00fc419b7bc08202a79134fcd5bc0427071 (patch)
treecfde1549b35d73504bb539008de4b00e44e8f8fb /tests/new-exp3.sub
parent30a978b7d808c067219c95be88c4979b6a7aa251 (diff)
downloadbash-a0c0a00fc419b7bc08202a79134fcd5bc0427071.tar.gz
Bash-4.4 distribution sources and documentationbash-4.4
Diffstat (limited to 'tests/new-exp3.sub')
-rw-r--r--tests/new-exp3.sub4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/new-exp3.sub b/tests/new-exp3.sub
index 3107ef14..2a766ebd 100644
--- a/tests/new-exp3.sub
+++ b/tests/new-exp3.sub
@@ -8,12 +8,16 @@ _QUEST=
_QUART=
recho ${!_Q*}
+recho ${!_Q@} # compatibility
IFS="-$IFS"
recho ${!_Q*}
recho "${!_Q*}"
+recho ${!_Q@}
+recho "${!_Q@}"
+
recho ${!_Y*}
recho "${!_Q* }"