From ddd601047a76fb519d4acba4c59d77ebfde1fa6e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 30 Apr 2010 20:06:11 -0500 Subject: only color the actual warning/error also clean up a couple more edge cases --- t/002-html.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 't/002-html.t') diff --git a/t/002-html.t b/t/002-html.t index 86be6a9..f51914d 100644 --- a/t/002-html.t +++ b/t/002-html.t @@ -20,7 +20,7 @@ output_is(<foo at -e line 2\n", + "foo at -e line 2\n", "simple warns work"); output_is(<foo at -e line 3\n\tmain::foo() called at -e line 5\n", + "foo at -e line 3\n\tmain::foo() called at -e line 5\n", "warns with a stacktrace work"); output_is(<foo at -e line 2\n", + "foo at -e line 2\n", "simple dies work"); output_is(<foo at -e line 3\n\tmain::foo() called at -e line 5\n", + "foo at -e line 3\n\tmain::foo() called at -e line 5\n", "dies with a stacktrace work"); -- cgit v1.2.3-54-g00ecf