summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-01-02 10:18:34 -0600
committerJesse Luehrs <doy@tozt.net>2013-01-02 10:18:34 -0600
commit98c09af8fd364f61b6eca8ebab00a47a2c7cbc87 (patch)
treeffba7cb5bae831f93422661261790bfbc51cb12a
parent1a78464c29f3a79dad22222ac7b8522a82d099c4 (diff)
downloadcarp-always-color-98c09af8fd364f61b6eca8ebab00a47a2c7cbc87.tar.gz
carp-always-color-98c09af8fd364f61b6eca8ebab00a47a2c7cbc87.zip
fix test for html change
-rw-r--r--t/detect.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/detect.t b/t/detect.t
index 158ce31..ad03dcc 100644
--- a/t/detect.t
+++ b/t/detect.t
@@ -35,7 +35,7 @@ output_like(<<EOF,
warn "foo";
print \$stderr;
EOF
- qr+<span style=\"color:#880\">foo</span> at -e line 7\b+,
+ qr+foo at -e line 7\b+,
"detection works for terminal output");
done_testing;