From f83b03707b62197346589fa065c1fcb822171ba1 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 12 Jun 2016 15:42:30 +0200 Subject: [PATCH] Fix unittests for previous commit --- testscour.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testscour.py b/testscour.py index af9ce96..ee2eef7 100755 --- a/testscour.py +++ b/testscour.py @@ -1031,7 +1031,7 @@ class DoNotPrettyPrintWhenWhitespacePreserved(unittest.TestCase): def runTest(self): with open('unittests/whitespace-important.svg') as f: s = scour.scourString(f.read()).splitlines() - c = ''' + c = ''' This is some messed-up markup @@ -1044,7 +1044,7 @@ class DoNotPrettyPrintWhenNestedWhitespacePreserved(unittest.TestCase): def runTest(self): with open('unittests/whitespace-nested.svg') as f: s = scour.scourString(f.read()).splitlines() - c = ''' + c = ''' Use bold text