File:  [parser3project] / parser3 / tests / results / 377.processed
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jan 17 20:25:22 2017 UTC (9 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, release_3_4_5, HEAD
test for different combinations of breaks in body and delimiter (related to bug #1077)

Content-Type: text/html
Content-Length: 694

1. continue in body does not influence delimiter code and vice versa
body1 %%, [2] ==body2 %%, [3] ==body3 %%, [4] ==body4 %%, [5] ==body5 %, [6] ==body6 %, [7] ==body7 %, [8] ==body8 %, [9] =body9 %, [10] =body10 %
2. break can be called from delimiter
body1, [2] ==body2, [3] ==body3, [4] ==body4, [5] =body5
3. break in body still allows next delimiter execution
body1 ==, [2] body2 ==, [3] body3 ==, [4] body4 ==, [5] body5 =
4. continue in delimiter called after and thus has precedence over break in body
body1 ==, [2] %body2 ==, [3] %body3 ==, [4] %body4 ==, [5] %body5 =, [6] %body6 =, [7] %body7 =, [8] %body8 =
5. ^break[] can be passed to break from the called method inner cicle
% =

E-mail: