projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c5d061
)
fix typo in test name
author
Dmitry Jemerov
<yole@jetbrains.com>
Mon, 26 Sep 2011 17:05:16 +0000
(19:05 +0200)
committer
Dmitry Jemerov
<yole@jetbrains.com>
Mon, 26 Sep 2011 17:05:16 +0000
(19:05 +0200)
jinja2/testsuite/lexnparse.py
patch
|
blob
|
history
diff --git
a/jinja2/testsuite/lexnparse.py
b/jinja2/testsuite/lexnparse.py
index 562df624270feafbd32c3fe3b4af0d59221585ad..1ac08f31b6067255d80ee69b788ae62d442edc7c 100644
(file)
--- a/
jinja2/testsuite/lexnparse.py
+++ b/
jinja2/testsuite/lexnparse.py
@@
-317,7
+317,7
@@
class SyntaxTestCase(JinjaTestCase):
self.assert_raises(TemplateSyntaxError, env.from_string,
'{% block x %}{% endblock y %}')
- def test_contant_casing(self):
+ def test_con
s
tant_casing(self):
for const in True, False, None:
tmpl = env.from_string('{{ %s }}|{{ %s }}|{{ %s }}' % (
str(const), str(const).lower(), str(const).upper()