Imported from ../bash-2.04.tar.gz.

This commit is contained in:
Jari Aalto 2000-03-17 21:46:59 +00:00
commit bb70624e96
387 changed files with 28522 additions and 9334 deletions

26
tests/new-exp3.sub Normal file
View file

@ -0,0 +1,26 @@
:
# Set up some dummy variables beginning with _Q
_QUANTITY=
_QUOTA=
_QUOTE=
_QUILL=
_QUEST=
_QUART=
recho ${!_Q*}
IFS="-$IFS"
recho ${!_Q*}
recho "${!_Q*}"
recho ${!_Y*}
recho "${!_Q* }"
IFS=$' \t\n'
set a b c d e f g h i j k l m n o p
recho ${!1*}
recho ${!@*}