]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/new-exp3.sub
Bash-5.0 patch 11: fix quoted null character removal in operands of conditional ...
[thirdparty/bash.git] / tests / new-exp3.sub
1 :
2 # Set up some dummy variables beginning with _Q
3 _QUANTITY=
4 _QUOTA=
5 _QUOTE=
6 _QUILL=
7 _QUEST=
8 _QUART=
9
10 recho ${!_Q*}
11 recho ${!_Q@} # compatibility
12
13 IFS="-$IFS"
14
15 recho ${!_Q*}
16 recho "${!_Q*}"
17
18 recho ${!_Q@}
19 recho "${!_Q@}"
20
21 recho ${!_Y*}
22
23 recho "${!_Q* }"
24
25 IFS=$' \t\n'
26
27 set a b c d e f g h i j k l m n o p
28 recho ${!1*}
29
30 recho ${!@*}