summaryrefslogtreecommitdiff
path: root/tests/run.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-10-14 10:14:07 +0200
committergbrandl <devnull@localhost>2007-10-14 10:14:07 +0200
commitfab2810cb986997bb5bca2c2a8b6ca846e364321 (patch)
tree928372a487109a93b9feb9649e14a2f2d9ac16f8 /tests/run.py
parent22737bafe6a568f626a5dd49ab53d947c64e2bbf (diff)
downloadpygments-fab2810cb986997bb5bca2c2a8b6ca846e364321.tar.gz
Fix a bug in the Python lexer and a bug in the HTML formatter.
Diffstat (limited to 'tests/run.py')
-rw-r--r--tests/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.py b/tests/run.py
index fb8b59dc..b0244d60 100644
--- a/tests/run.py
+++ b/tests/run.py
@@ -76,7 +76,7 @@ def run_tests(with_coverage=False):
if (entry.startswith('test_') and entry.endswith('.py'))]
files.sort()
- WIDTH = 80
+ WIDTH = 85
print >>sys.stderr, \
('Pygments %s Test Suite running%s, stand by...' %