mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed spelling of "nonexistent".
This commit is contained in:
parent
a21ec12409
commit
29f607927f
47 changed files with 141 additions and 114 deletions
|
@ -533,9 +533,7 @@ class IfTagTests(SimpleTestCase):
|
|||
|
||||
@setup({'if-tag-badarg01': '{% if x|default_if_none:y %}yes{% endif %}'})
|
||||
def test_if_tag_badarg01(self):
|
||||
"""
|
||||
Non-existent args
|
||||
"""
|
||||
"""Nonexistent args"""
|
||||
output = self.engine.render_to_string('if-tag-badarg01')
|
||||
self.assertEqual(output, '')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue