diff options
author | gbrandl <devnull@localhost> | 2007-05-29 09:08:05 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-05-29 09:08:05 +0200 |
commit | b36bc20f17598c179c2777cb5ae2bafafd697967 (patch) | |
tree | f8743c5541a28d7709d69ecf48b00ecb7351c63f /tests/run.py | |
parent | dce3175cb8f10a993df1dc547efc28ea015c086c (diff) | |
download | pygments-b36bc20f17598c179c2777cb5ae2bafafd697967.tar.gz |
[svn] Add a test file for the vim lexer.
Diffstat (limited to 'tests/run.py')
-rw-r--r-- | tests/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.py b/tests/run.py index 8a78af5c..bb0110be 100644 --- a/tests/run.py +++ b/tests/run.py @@ -74,7 +74,7 @@ def run_tests(with_coverage=False): if (entry.startswith('test_') and entry.endswith('.py'))] files.sort() - WIDTH = 70 + WIDTH = 80 print >>sys.stderr, \ ('Pygments Test Suite running%s, stand by...' % |