]> git.ipfire.org Git - thirdparty/bash.git/blame - 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
CommitLineData
bb70624e
JA
1:
2# Set up some dummy variables beginning with _Q
3_QUANTITY=
4_QUOTA=
5_QUOTE=
6_QUILL=
7_QUEST=
8_QUART=
9
10recho ${!_Q*}
a0c0a00f 11recho ${!_Q@} # compatibility
bb70624e
JA
12
13IFS="-$IFS"
14
15recho ${!_Q*}
16recho "${!_Q*}"
17
a0c0a00f
CR
18recho ${!_Q@}
19recho "${!_Q@}"
20
bb70624e
JA
21recho ${!_Y*}
22
23recho "${!_Q* }"
24
25IFS=$' \t\n'
26
27set a b c d e f g h i j k l m n o p
28recho ${!1*}
29
30recho ${!@*}