Changeset 2695 for django/trunk/tests
- Timestamp:
- 04/13/06 08:16:05 (3 years ago)
- Files:
-
- django/trunk/tests/othertests/markup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/othertests/markup.py
r1443 r2695 47 47 t = Template("{{ markdown_content|markdown }}") 48 48 rendered = t.render(Context(locals())).strip() 49 if textile:49 if markdown: 50 50 assert rendered == """<p>Paragraph 1</p><h2>An h2</h2>""" 51 51 else:
