Django

Code

Changeset 1390

Show
Ignore:
Timestamp:
11/23/05 21:40:04 (3 years ago)
Author:
adrian
Message:

new-admin: Fixed spacing issues in template tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/new-admin/tests/othertests/templates.py

    r1382 r1390  
    103103    'basic-syntax30': (r"""{{ var|default_if_none:" endquote\" hah" }}""", {"var": None}, ' endquote" hah'), 
    104104 
    105      
    106105    ### IF TAG ################################################################ 
    107106    'if-tag01': ("{% if foo %}yes{% else %}no{% endif %}", {"foo": True}, "yes"), 
     
    246245                    you 
    247246                    gentlemen. 
    248                     """  ), 
     247                    """), 
     248 
    249249    # simple translation of a string delimited by ' 
    250250    'i18n01': ("{% load i18n %}{% trans 'xxxyyyxxx' %}", {}, "xxxyyyxxx"),