File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ my @testcases2 =(
21
21
# [error RE, perlpp options...]
22
22
[qr / multiline\. txt/ , $whereami . ' multiline.txt' ],
23
23
[qr / error.*line 12/ , $whereami . ' multiline.txt' ],
24
- [qr /Number found .*line 13 / , $whereami . ' multiline.txt' ],
24
+ [qr /syntax error .*line 12 / , $whereami . ' multiline.txt' ],
25
25
26
26
# Tests with --Elines. Note: the specific line numbers here may need
27
27
# to be changed if the internals of perlpp change. This is OK;
28
28
# please just make sure to document the change and the reason in the
29
29
# corresponding commit message.
30
30
[qr / script.*-E/ , ' --Elines' , $whereami . ' multiline.txt' ],
31
31
[qr / error.*line 48/ , ' --Elines' , $whereami . ' multiline.txt' ],
32
- [qr /Number found .*line 49 / , ' --Elines' , $whereami . ' multiline.txt' ],
32
+ [qr /syntax error .*line 48 / , ' --Elines' , $whereami . ' multiline.txt' ],
33
33
);
34
34
35
35
plan tests =>
You can’t perform that action at this time.
0 commit comments