aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pygen.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-01-19 10:33:00 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-01-19 10:33:00 -0500
commit6779081b32cfb237062da8bc623a27d47301ce4c (patch)
treefc3372c916cfc9efc61cccffde74528772532b37 /test/test_pygen.py
parent76e622b46ef71eddfbcd1232ee08b4e55c88c363 (diff)
downloadexternal_python_mako-6779081b32cfb237062da8bc623a27d47301ce4c.tar.gz
external_python_mako-6779081b32cfb237062da8bc623a27d47301ce4c.tar.bz2
external_python_mako-6779081b32cfb237062da8bc623a27d47301ce4c.zip
- now that trailing whitespace comes up in red, need to get rid of it
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):