summaryrefslogtreecommitdiff
path: root/tests/test_basic_api.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-02-14 18:28:29 +0100
committergbrandl <devnull@localhost>2007-02-14 18:28:29 +0100
commit74d67f73e81663e45609d99751353b690a4ac312 (patch)
tree9036deee060f94fc1113da32955e01a91b7c1666 /tests/test_basic_api.py
parentaf020e969dfdbb6833887e0a088e245e5032f26a (diff)
downloadpygments-74d67f73e81663e45609d99751353b690a4ac312.tar.gz
[svn] Make check.
Diffstat (limited to 'tests/test_basic_api.py')
-rw-r--r--tests/test_basic_api.py2
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):