From dda1173e02d73e5cfe07434238bd99dbd9e1ae45 Mon Sep 17 00:00:00 2001 From: Jesse Weinstein Date: Sun, 10 Jan 2016 22:01:13 -0800 Subject: [PATCH] Escape quotes to make old version of emacs font-lock happy --- test/test_art.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test_art.py b/test/test_art.py index e19c7d211..4954106b5 100644 --- a/test/test_art.py +++ b/test/test_art.py @@ -209,10 +209,10 @@ class AAOTest(UseThePlugin): def test_aao_scraper_finds_image(self): body = b"""
- - View larger image + + \"View """ self.mock_response(self.AAO_URL, body) album = _common.Bag(asin=self.ASIN)