Django

Code

Show
Ignore:
Timestamp:
04/13/06 08:16:05 (3 years ago)
Author:
adrian
Message:

Fixed #1632 -- Fixed typo in markup unit tests. Thanks, pb

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/othertests/markup.py

    r1443 r2695  
    4747t = Template("{{ markdown_content|markdown }}") 
    4848rendered = t.render(Context(locals())).strip() 
    49 if textile
     49if markdown
    5050    assert rendered == """<p>Paragraph 1</p><h2>An h2</h2>""" 
    5151else: