diff options
author | gbrandl <devnull@localhost> | 2006-10-30 08:58:16 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-10-30 08:58:16 +0100 |
commit | 774af50b54d2ada20167b8b11a63d077b41ca5a9 (patch) | |
tree | 63876f260526e4aa78c5bebb758efbdef55e9ca9 /tests/test_clexer.py | |
parent | c42b7e1df1a4bcd5107b2a118b74d8dd476b0223 (diff) | |
download | pygments-774af50b54d2ada20167b8b11a63d077b41ca5a9.tar.gz |
[svn] Add a new unit test, reduce size of some examples, fix a few errors.
Diffstat (limited to 'tests/test_clexer.py')
-rw-r--r-- | tests/test_clexer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_clexer.py b/tests/test_clexer.py index 145c6510..ce757890 100644 --- a/tests/test_clexer.py +++ b/tests/test_clexer.py @@ -32,4 +32,4 @@ class CLexerTest(unittest.TestCase): if __name__ == '__main__': - unittest.main(CLexerTest) + unittest.main() |