ash: add all hush parsing tests to ast tests
All pass. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
5
shell/ash_test/ash-parsing/brace2.tests
Executable file
5
shell/ash_test/ash-parsing/brace2.tests
Executable file
@@ -0,0 +1,5 @@
|
||||
v='{q,w}'
|
||||
# Should not brace-expand v value
|
||||
echo $v
|
||||
echo "$v"
|
||||
echo Done
|
Reference in New Issue
Block a user