aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pygen.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pygen.py')
-rw-r--r--test/test_pygen.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_pygen.py b/test/test_pygen.py
index 181140f..58265ff 100644
--- a/test/test_pygen.py
+++ b/test/test_pygen.py
@@ -179,8 +179,8 @@ print "hi" # a comment
# more comments
print g
-"""
-
+"""
+
def test_open_quotes_with_pound(self):
text = '''
print """ this is text
@@ -216,7 +216,7 @@ print '''
there
'''
# someone else's comment
-"""
+"""
def test_quotes_with_pound(self):