diff options
| author | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-04-30 15:32:29 +0000 |
|---|---|---|
| committer | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-04-30 15:32:29 +0000 |
| commit | 5a7802586d117a75f91df04c032fd249808a877d (patch) | |
| tree | 0750adbf26c907344f018eb2a73b77ae31c383cc /tests/regressiontests | |
| parent | 3b479bfc563d3b3d768640ff5963947c56ee042b (diff) | |
boulder-oracle-sprint: Merged to [5127]
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5128 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests')
| -rw-r--r-- | tests/regressiontests/templates/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/templates/tests.py b/tests/regressiontests/templates/tests.py index 4e321b2d2b..9be8f022f6 100644 --- a/tests/regressiontests/templates/tests.py +++ b/tests/regressiontests/templates/tests.py @@ -217,7 +217,7 @@ class Templates(unittest.TestCase): # If a variable has a __str__() that returns a Unicode object, the # value will be converted to a bytestring. - 'basic-syntax18': (r'{{ var }}', {'var': UnicodeInStrClass()}, '\xc5\xa0\xc4\x90\xc4\x86\xc5\xbd\xc4\x87\xc5\xbe\xc5\xa1\xc4\x91'), + 'filter-syntax18': (r'{{ var }}', {'var': UnicodeInStrClass()}, '\xc5\xa0\xc4\x90\xc4\x86\xc5\xbd\xc4\x87\xc5\xbe\xc5\xa1\xc4\x91'), ### COMMENT SYNTAX ######################################################## 'comment-syntax01': ("{# this is hidden #}hello", {}, "hello"), |
