commit | fcf37c31838fbdd4f8cfe24c1c8ef957838a6de4 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 29 11:37:15 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 29 11:37:15 2008 +0000 |
tree | 9834030682794e8d7a3ced1aa2c57870951f1b3f | |
parent | d91afa33fd6874aeed458a84ceeb2b51af84505d [diff] [blame] |
hush: fix break'ing out of {} and () groups; with testcase function old new delta builtin_break 93 129 +36 builtin_continue 21 47 +26 run_list 1973 1976 +3
diff --git a/shell/hush_test/hush-misc/break5.right b/shell/hush_test/hush-misc/break5.right new file mode 100644 index 0000000..0b9df2a --- /dev/null +++ b/shell/hush_test/hush-misc/break5.right
@@ -0,0 +1,13 @@ +A +B +0 +A:a +B +D +A:b +B +D +A:c +B +D +0