Index: recommonmark-0.5.0/tests/test_sphinx.py =================================================================== --- recommonmark-0.5.0.orig/tests/test_sphinx.py +++ recommonmark-0.5.0/tests/test_sphinx.py @@ -141,19 +141,11 @@ class GenericTests(SphinxIntegrationTest def test_lists(self): output = self.read_file('index.html') self.assertIn( - ('
data | ', output) + self.assertIn('', output) + self.assertIn('abc', output) + self.assertIn('data', output) self.assertIn(' |
---|