diff options
author | gbrandl <devnull@localhost> | 2007-02-14 18:28:29 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-14 18:28:29 +0100 |
commit | 74d67f73e81663e45609d99751353b690a4ac312 (patch) | |
tree | 9036deee060f94fc1113da32955e01a91b7c1666 /tests/test_basic_api.py | |
parent | af020e969dfdbb6833887e0a088e245e5032f26a (diff) | |
download | pygments-74d67f73e81663e45609d99751353b690a4ac312.tar.gz |
[svn] Make check.
Diffstat (limited to 'tests/test_basic_api.py')
-rw-r--r-- | tests/test_basic_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py index f07c00e7..d05a29c5 100644 --- a/tests/test_basic_api.py +++ b/tests/test_basic_api.py @@ -79,7 +79,7 @@ class LexersTest(unittest.TestCase): tokens = list(lx.get_tokens(text)) roundtext = ''.join([t[1] for t in tokens]) self.assertEquals(roundtext, text, - "lexer roundtrip with %s filter failed" % x) + "lexer roundtrip with %s filter failed" % x) class FormattersTest(unittest.TestCase): |