| changeset 271 | 542f1b389a29 |
| parent 0 | 40c8f766c9b8 |
--- a/src/cm/tests/test_spannifier.py Thu May 06 17:48:11 2010 +0200 +++ b/src/cm/tests/test_spannifier.py Fri May 07 10:06:10 2010 +0200 @@ -42,3 +42,8 @@ # self.assertEqual(res2,expectedResult) + + def test_long_spannify(self): + content = unicode(file('src/cm/tests/data/long_text_to_spannify.html').read(), 'utf8') + + res, raw_text, corresp = spannify(content)