forked from indymedia/epicyon
Spacing
parent
15e34237e4
commit
91751a1974
2
tests.py
2
tests.py
|
@ -2313,7 +2313,7 @@ def testHashtagRuleTree():
|
||||||
|
|
||||||
def testGetNewswireTags():
|
def testGetNewswireTags():
|
||||||
print('testGetNewswireTags')
|
print('testGetNewswireTags')
|
||||||
rssDescription='<img src="https://somesite/someimage.jpg" ' + \
|
rssDescription = '<img src="https://somesite/someimage.jpg" ' + \
|
||||||
'class="misc-stuff" alt="#ExcitingHashtag" ' + \
|
'class="misc-stuff" alt="#ExcitingHashtag" ' + \
|
||||||
'srcset="https://somesite/someimage.jpg" ' + \
|
'srcset="https://somesite/someimage.jpg" ' + \
|
||||||
'sizes="(max-width: 864px) 100vw, 864px" />' + \
|
'sizes="(max-width: 864px) 100vw, 864px" />' + \
|
||||||
|
|
Loading…
Reference in New Issue