summaryrefslogtreecommitdiffstats
path: root/t/003-detect.t
diff options
context:
space:
mode:
Diffstat (limited to 't/003-detect.t')
-rw-r--r--t/003-detect.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/003-detect.t b/t/003-detect.t
index aadcf88..6c4f7d3 100644
--- a/t/003-detect.t
+++ b/t/003-detect.t
@@ -20,7 +20,7 @@ output_is(<<EOF,
use Carp::Always::Color;
warn "foo";
EOF
- "\e[33mfoo at -e line 2\e[m\n",
+ "\e[33mfoo\e[m at -e line 2\n",
"detection works for terminal output");
output_is(<<EOF,
@@ -33,5 +33,5 @@ output_is(<<EOF,
warn "foo";
print \$stderr;
EOF
- "<span style=\"color:#880\">foo at -e line 7</span>\n",
+ "<span style=\"color:#880\">foo</span> at -e line 7\n",
"detection works for terminal output");