Browse Source

Adding trailing whitespace to the multiline test

main
Lakshmi Vyasarajan 13 years ago
parent
commit
4077ed0350
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      hyde/tests/ext/test_images.py

+ 2
- 1
hyde/tests/ext/test_images.py View File

@@ -88,7 +88,8 @@ class TestImageSizer(object):

def test_size_image_multiline(self):
text = u"""
<img src="/media/img/%s">
<img
src="/media/img/%s">
""" % IMAGE_NAME
html = self._generic_test_image(text)
assert ' width="%d"' % IMAGE_SIZE[0] in html


Loading…
Cancel
Save