File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11__END__
22# NAME goto into foreach
3- no warnings 'deprecated';
43goto f;
54foreach(1){f:}
65EXPECT
7- Can't "goto" into the middle of a foreach loop at - line 3 .
6+ Use of "goto" to jump into a construct is no longer permitted at - line 1 .
87########
98# NAME goto into given
10- no warnings 'deprecated';
119goto f;
1210CORE::given(1){f:}
1311EXPECT
14- Can't "goto" into a "given" block at - line 3 .
12+ Use of "goto" to jump into a construct is no longer permitted at - line 1 .
1513########
1614# NAME goto from given topic expression
17- no warnings 'deprecated';
1815CORE::given(goto f){f:}
1916EXPECT
20- Can't "goto" into a "given" block at - line 2 .
17+ Use of "goto" to jump into a construct is no longer permitted at - line 1 .
2118########
2219# NAME goto into expression
2320no warnings 'deprecated';
You can’t perform that action at this time.
0 commit comments