You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In review, Tony Cook recommended converting two tests from 'package
block' syntax ('package Foo {}') to 'inline package' syntax ('package
Foo; ...').
However, keeping these two tests in a file specifically aimed at testing
package block syntax felt awkward. Since what we're now focusing on in
the behavior of 'goto', these two tests were moved to the principal file
testing that function.
The tests were updated to use t/test.pl functions and were re-indented
to make the labeling more self-documenting.
0 commit comments