This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adding trailing whitespace to the multiline test
main
Lakshmi Vyasarajan
13 years ago
parent
66a99e9a56
commit
4077ed0350
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save