xref
: /
busybox-1.35.0
/
shell
/
hush_test
/
hush-parsing
/
brace2.tests
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
v='{q,w}'
2
# Should not brace-expand v value
3
echo $v
4
echo "$v"
5
echo Done
6