diff options
Diffstat (limited to 't/comp')
-rw-r--r-- | t/comp/parser.t | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/t/comp/parser.t b/t/comp/parser.t index ac6742e103..8ada9ab720 100644 --- a/t/comp/parser.t +++ b/t/comp/parser.t @@ -3,7 +3,7 @@ # Checks if the parser behaves correctly in edge cases # (including weird syntax errors) -print "1..137\n"; +print "1..138\n"; sub failed { my ($got, $expected, $name) = @_; @@ -388,6 +388,15 @@ is $::{waru}, undef, 'sub w attr+proto ignored after compilation error'; is $::{iwa}, undef, 'non-empty sub decl ignored after compilation error'; is *BEGIN{CODE}, undef, 'BEGIN leaves no stub after compilation error'; +$test = $test + 1; +"ok $test - format inside re-eval" =~ /(?{ + format = +@<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +$_ +. +write +}).*/; + # Add new tests HERE (above this line) # bug #74022: Loop on characters in \p{OtherIDContinue} |