mirror of
https://github.com/beetbox/beets.git
synced 2025-12-22 16:43:25 +01:00
Escape quotes to make old version of emacs font-lock happy
This commit is contained in:
parent
f770125e3c
commit
dda1173e02
1 changed files with 4 additions and 4 deletions
|
|
@ -209,10 +209,10 @@ class AAOTest(UseThePlugin):
|
|||
def test_aao_scraper_finds_image(self):
|
||||
body = b"""
|
||||
<br />
|
||||
<a href="TARGET_URL" title="View larger image"
|
||||
class="thickbox" style="color: #7E9DA2; text-decoration:none;">
|
||||
<img src="http://www.albumart.org/images/zoom-icon.jpg"
|
||||
alt="View larger image" width="17" height="15" border="0"/></a>
|
||||
<a href=\"TARGET_URL\" title=\"View larger image\"
|
||||
class=\"thickbox\" style=\"color: #7E9DA2; text-decoration:none;\">
|
||||
<img src=\"http://www.albumart.org/images/zoom-icon.jpg\"
|
||||
alt=\"View larger image\" width=\"17\" height=\"15\" border=\"0\"/></a>
|
||||
"""
|
||||
self.mock_response(self.AAO_URL, body)
|
||||
album = _common.Bag(asin=self.ASIN)
|
||||
|
|
|
|||
Loading…
Reference in a new issue