Skip to content

Commit

Permalink
Merge branch 'topic/fix_logger_format_test' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
ambs committed Jun 6, 2011
2 parents 97094df + efb069e commit 1179286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/11_logger/05_format.t
Expand Up @@ -33,7 +33,7 @@ like $str, qr/this is debug \[\d\d:\d\d\]/;
setting charset => 'UTF-8', logger_format => '%h %t %T';
$str = $l->format_message('debug', 'this is debug');
like $str, qr{- \s
\d+/[a-z]{3}/\d+ \s \d+:\d+:\d+ \s
\d+/[a-z]+/\d+ \s \d+:\d+:\d+ \s
\d+-\d+-\d+ \s \d+:\d+:\d+ }xi;


Expand Down

0 comments on commit 1179286

Please sign in to comment.