aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_tgplugin.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-01-19 10:33:00 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-01-19 10:33:00 -0500
commit6779081b32cfb237062da8bc623a27d47301ce4c (patch)
treefc3372c916cfc9efc61cccffde74528772532b37 /test/test_tgplugin.py
parent76e622b46ef71eddfbcd1232ee08b4e55c88c363 (diff)
downloadexternal_python_mako-6779081b32cfb237062da8bc623a27d47301ce4c.tar.gz
external_python_mako-6779081b32cfb237062da8bc623a27d47301ce4c.tar.bz2
external_python_mako-6779081b32cfb237062da8bc623a27d47301ce4c.zip
- now that trailing whitespace comes up in red, need to get rid of it
Diffstat (limited to 'test/test_tgplugin.py')
-rw-r--r--test/test_tgplugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tgplugin.py b/test/test_tgplugin.py
index f611a37..3aa6122 100644
--- a/test/test_tgplugin.py
+++ b/test/test_tgplugin.py
@@ -36,7 +36,7 @@ class TestTGPlugin(TemplateTest):
]
assert tl.load_template('subdir.index').module_id == '_subdir_index_html'
-
+
def test_string(self):
t = tl.load_template('foo', "hello world")
assert t.render() == "hello world"