summaryrefslogtreecommitdiff
path: root/tests/test_basic_api.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-02-04 19:59:53 +0100
committerGeorg Brandl <georg@python.org>2012-02-04 19:59:53 +0100
commita122664b019ec5a42183110c3cb404cb27bfb599 (patch)
treee1b0726aad0183e56873c3c7ec1214f845c6e91e /tests/test_basic_api.py
parent01335ec542b0649bf0e574c508fae8564bc3bd71 (diff)
parent9183c0c2b9fbc856219cb4446cc9b2843ff2675a (diff)
downloadpygments-a122664b019ec5a42183110c3cb404cb27bfb599.tar.gz
Merged in GordonMcGregor/pygments-systemverilog (pull request #35)
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 02261d24..680a6085 100644
--- a/tests/test_basic_api.py
+++ b/tests/test_basic_api.py
@@ -57,7 +57,7 @@ def test_lexer_classes():
assert 'root' in cls._tokens, \
'%s has no root state' % cls
- if cls.name == 'XQuery': # XXX temporary
+ if cls.name in ['XQuery', 'Opa']: # XXX temporary
return
tokens = list(inst.get_tokens(test_content))