diff options
author | Georg Brandl <georg@python.org> | 2012-02-04 19:59:53 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-02-04 19:59:53 +0100 |
commit | a122664b019ec5a42183110c3cb404cb27bfb599 (patch) | |
tree | e1b0726aad0183e56873c3c7ec1214f845c6e91e /tests/test_basic_api.py | |
parent | 01335ec542b0649bf0e574c508fae8564bc3bd71 (diff) | |
parent | 9183c0c2b9fbc856219cb4446cc9b2843ff2675a (diff) | |
download | pygments-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.py | 2 |
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)) |