hush: fix incorrect processing of echo "'$var'".
hush: rename map[] and MAP_xxx, making them easier to understand. hush: move testcase (which now passes) from hush-bugs to hush-parsing
This commit is contained in:
1
shell/hush_test/hush-parsing/quote1.right
Normal file
1
shell/hush_test/hush-parsing/quote1.right
Normal file
@@ -0,0 +1 @@
|
||||
'1'
|
||||
2
shell/hush_test/hush-parsing/quote1.tests
Executable file
2
shell/hush_test/hush-parsing/quote1.tests
Executable file
@@ -0,0 +1,2 @@
|
||||
a=1
|
||||
echo "'$a'"
|
||||
Reference in New Issue
Block a user