summaryrefslogtreecommitdiff
path: root/tests/run.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-05-03 18:23:03 +0200
committergbrandl <devnull@localhost>2007-05-03 18:23:03 +0200
commite130dbff2eb591c7cdca4a0bef90b63502cd3d4e (patch)
treefcb7f3140464f1be96ff5a119c154b3ace677df4 /tests/run.py
parent2af8e713b4d89c8961c419db4818f11d43030643 (diff)
downloadpygments-e130dbff2eb591c7cdca4a0bef90b63502cd3d4e.tar.gz
[svn] Add whitespace filter. Add a few more filter unit tests.
Diffstat (limited to 'tests/run.py')
-rw-r--r--tests/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.py b/tests/run.py
index bd285c2b..8a78af5c 100644
--- a/tests/run.py
+++ b/tests/run.py
@@ -77,8 +77,8 @@ def run_tests(with_coverage=False):
WIDTH = 70
print >>sys.stderr, \
- ('Pygments Test Suite running %s, stand by...' %
- (with_coverage and "with coverage analysis" or "")).center(WIDTH)
+ ('Pygments Test Suite running%s, stand by...' %
+ (with_coverage and " with coverage analysis" or "")).center(WIDTH)
print >>sys.stderr, ('(using Python %s)' % sys.version.split()[0]).center(WIDTH)
print >>sys.stderr, '='*WIDTH