Remove extra space

This commit is contained in:
Matthew Tretter 2013-01-09 00:26:47 -05:00
parent 219b8507ad
commit 5acce98223

View file

@ -47,6 +47,6 @@ def test_single_dimension_attr():
def test_assignment_tag():
ttag = r"""{% generateimage 'testspec' from=img as th %} {{ th.url }}"""
ttag = r"""{% generateimage 'testspec' from=img as th %}{{ th.url }}"""
html = render_tag(ttag)
assert_not_equal(html.strip(), '')