Ticket #10843: ticket10843.patch
File ticket10843.patch, 552 bytes (added by , 16 years ago) |
---|
-
django/contrib/markup/tests.py
diff --git a/django/contrib/markup/tests.py b/django/contrib/markup/tests.py index 9a96f8c..14f1229 100644
a b Paragraph 2 with "quotes" and @code@""" 24 24 if textile: 25 25 self.assertEqual(rendered, """<p>Paragraph 1</p> 26 26 27 <p>Paragraph 2 with “quotes” and <code>code</code></p>""")27 \t<p>Paragraph 2 with “quotes” and <code>code</code></p>""") 28 28 else: 29 29 self.assertEqual(rendered, escape(textile_content)) 30 30