diff options
Diffstat (limited to 'cpan/Test-Simple/t/Test-Stream-Tester.t')
-rw-r--r-- | cpan/Test-Simple/t/Test-Stream-Tester.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/t/Test-Stream-Tester.t b/cpan/Test-Simple/t/Test-Stream-Tester.t index 7eac4005a5..2c4f11ba3a 100644 --- a/cpan/Test-Simple/t/Test-Stream-Tester.t +++ b/cpan/Test-Simple/t/Test-Stream-Tester.t @@ -97,7 +97,7 @@ events_are( event ok => { bool => 0, diag => [ - qr{Failed test 'Lets name this test!'.*at (\./)?$0 line}s, + qr{Failed test 'Lets name this test!'.*at (\./)?\Q$0\E line}s, qr{ Event: 'ok' from \Q$0\E line $line1}s, qr{ Check: 'ok' from \Q$0\E line $line2}s, qr{ \$got->\{bool\} = '1'}, |