[Rt-commit] rt branch, 4.2/html-external-formatter, repushed
Alex Vandiver
alexmv at bestpractical.com
Mon Jun 16 17:36:57 EDT 2014
The branch 4.2/html-external-formatter was deleted and repushed:
was 9b6ff366ff6aa71df8e2ae857a4fa931e15c5b00
now 8887a8b9dc100149e2d1ed236b741d86186f9a8a
1: b95b986 = 1: b95b986 Use HTML::FormatExternal to allow external HTML → text formatters
2: 61cd55e = 2: 61cd55e Add HTML::HTML5::ToText as a better pure-perl HTML → text converter
3: 4647de4 = 3: 4647de4 HTML::HTML5::ToText mistakenly installs a global __WARN__ handler; local it
4: 9b6ff36 ! 4: 8887a8b Update tests to work with any of the HTML formatters
@@ -69,7 +69,7 @@
+SKIP: {
+ skip "Only fails on core HTMLFormatter", 9
-+ unless RT->Config->Get("HTMLFormatters")->[0] eq "core";
++ unless RT->Config->Get("HTMLFormatter") eq "core";
+ diag "Failing HTML -> Text conversion";
+ warnings_like {
+ my $body = '<table><tr><td><table><tr><td>Foo</td></tr></table></td></tr></table>';
More information about the rt-commit
mailing list