Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions t/proxy-with-stack-trace.t
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,15 @@ foreach my $t (
[],
{
"default log" => [
qr{^Help! at t/proxy-with-stack-trace\.t line \d+\.},
qr{^Help! at t[\/\\]proxy-with-stack-trace\.t line \d+\.},
"Mojo::Exception",
],
"proxy log" => [
qr{^Help! at t/proxy-with-stack-trace\.t line \d+\.},
qr{^Help! at t[\/\\]proxy-with-stack-trace\.t line \d+\.},
"Mojo::Exception",
],
"proxy log show args" => [
qr{^Help! at t/proxy-with-stack-trace\.t line \d+\.},
qr{^Help! at t[\/\\]proxy-with-stack-trace\.t line \d+\.},
"Mojo::Exception",
],
},
Expand All @@ -263,15 +263,15 @@ foreach my $t (
[],
{
"default log" => [
qr{^Help! at t/proxy-with-stack-trace\.t line \d+\n},
qr{^Help! at t[\/\\]proxy-with-stack-trace\.t line \d+\n},
"Moose::Exception",
],
"proxy log" => [
qr{^Help! at t/proxy-with-stack-trace\.t line \d+\n},
qr{^Help! at t[\/\\]proxy-with-stack-trace\.t line \d+\n},
"Moose::Exception",
],
"proxy log show args" => [
qr{^Help! at t/proxy-with-stack-trace\.t line \d+\n},
qr{^Help! at t[\/\\]proxy-with-stack-trace\.t line \d+\n},
"Moose::Exception",
],
},
Expand All @@ -282,15 +282,15 @@ foreach my $t (
[],
{
"default log" => [
qr{^Help!\n\nTrace begun at t/proxy-with-stack-trace\.t line \d+\n},
qr{^Help!\n\nTrace begun at t[\/\\]proxy-with-stack-trace\.t line \d+\n},
"Throwable::Error",
],
"proxy log" => [
qr{^Help!\n\nTrace begun at t/proxy-with-stack-trace\.t line \d+\n},
qr{^Help!\n\nTrace begun at t[\/\\]proxy-with-stack-trace\.t line \d+\n},
"Throwable::Error",
],
"proxy log show args" => [
qr{^Help!\n\nTrace begun at t/proxy-with-stack-trace\.t line \d+\n},
qr{^Help!\n\nTrace begun at t[\/\\]proxy-with-stack-trace\.t line \d+\n},
"Throwable::Error",
],
},
Expand Down