Skip to content

Commit

Permalink
chr(35) issue seems to have been fixed as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashk committed Apr 9, 2013
1 parent a22327d commit 24ffac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Test-More/lib/Test/More.mo
Expand Up @@ -44,11 +44,11 @@ package Test::More {
} else {
say [ "not ok", $test_count, ($msg || "") ].join(" ");
warn(
chr(35), " Failed test", ($msg || ""),
"# Failed test", ($msg || ""),
"\n",
chr(35), " got: ", ~$got,
"# got: ", ~$got,
"\n",
chr(35), " expected: ", ~$expected
"# expected: ", ~$expected
);
}
}
Expand Down

0 comments on commit 24ffac6

Please sign in to comment.