mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Capitalized Unicode in docs, strings, and comments.
This commit is contained in:
parent
3152146e3a
commit
505fec6bad
33 changed files with 41 additions and 41 deletions
|
@ -36,7 +36,7 @@ class AutoescapeTagTests(SimpleTestCase):
|
|||
output = self.engine.render_to_string('autoescape-tag05', {'first': '<b>first</b>'})
|
||||
self.assertEqual(output, '<b>first</b>')
|
||||
|
||||
# Strings (ASCII or unicode) already marked as "safe" are not
|
||||
# Strings (ASCII or Unicode) already marked as "safe" are not
|
||||
# auto-escaped
|
||||
@setup({'autoescape-tag06': '{{ first }}'})
|
||||
def test_autoescape_tag06(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue