Beauty spa for the htmlbuilder

This commit is contained in:
Ken Roberts 2016-06-07 06:12:22 -07:00
parent 2443b94eda
commit 5fe54b5907
2 changed files with 361 additions and 361 deletions

View File

@ -437,8 +437,7 @@ ${css_additions}
z-index: 6; z-index: 6;
${footer_css} ${footer_css}
} }
/* lyric css */ /* lyric css */${lyrics_css}
${lyrics_css}
sup { sup {
font-size: 0.6em; font-size: 0.6em;
vertical-align: top; vertical-align: top;

View File

@ -54,7 +54,6 @@ plugin CSS
dummy: dummy; dummy: dummy;
} }
/* lyric css */ /* lyric css */
sup { sup {
font-size: 0.6em; font-size: 0.6em;
vertical-align: top; vertical-align: top;
@ -257,6 +256,8 @@ class Htmbuilder(TestCase, TestMixin):
# WHEN: Create the html. # WHEN: Create the html.
html = build_html(item, screen, is_live, background, plugins=plugins) html = build_html(item, screen, is_live, background, plugins=plugins)
self.maxDiff = None
# THEN: The returned html should match. # THEN: The returned html should match.
self.assertEqual(html, HTML, 'The returned html should match') self.assertEqual(html, HTML, 'The returned html should match')