hush: fix "if { echo foo; } then { echo bar; } fi" parsing
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 16 Apr 2009 10:59:40 +0000 (10:59 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 16 Apr 2009 10:59:40 +0000 (10:59 -0000)
commitbb929517a86092481ed8547e9f247c1b58bc4745
tree61113710afec0eb112df4b6854c5ec6d2f9662a3
parent74a931ac9ea807d14a44baf3fdb957bc58db14c6
hush: fix "if { echo foo; } then { echo bar; } fi" parsing

function                                             old     new   delta
done_word                                            728     793     +65
parse_stream                                        2084    2098     +14
shell/hush.c
shell/hush_test/hush-parsing/groups_and_keywords1.right [new file with mode: 0644]
shell/hush_test/hush-parsing/groups_and_keywords1.tests [new file with mode: 0755]
shell/hush_test/hush-vars/param_glob.tests