def test_50(self):
     compressed = "" \
         "<html><head><title>some title</title></head><body>\n" \
         "<textare>some text that is a bit longer\n" \
         "than needed and is split over multiple lines.\n" \
         "so a cleanup might be needed.</textarea>\n" \
         "</body></html>"
     self.assertEqual(Bundler.compress_html(self.string, 50), compressed)
 def test_50(self):
     compressed = "" \
         "<html><head><title>some title</title></head><body>\n" \
         "<textare>some text that is a bit longer\n" \
         "than needed and is split over multiple lines.\n" \
         "so a cleanup might be needed.</textarea>\n" \
         "</body></html>"
     self.assertEqual(Bundler.compress_html(self.string, 50), compressed)