diff -r 05a602160c58 -r 542f1b389a29 src/cm/tests/test_spannifier.py --- 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)