ash: [PARSER] Size optimisations in parameter expansion parser
[oweals/busybox.git] / shell / hush_test / hush-parsing / brace2.tests
1 v='{q,w}'
2 # Should not brace-expand v value
3 echo $v
4 echo "$v"
5 echo Done