summaryrefslogtreecommitdiff
path: root/tests/test_basic_api.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-12-03 10:23:09 +0100
committerGeorg Brandl <georg@python.org>2012-12-03 10:23:09 +0100
commitf56dfa92ab78b1834677b84a9b2f21c3e1eb5a52 (patch)
tree654cf77089ed674407f746a0f43bbb8b94c864d7 /tests/test_basic_api.py
parente2ff56885f0347dedc7f48ab6ce264a05ad75128 (diff)
downloadpygments-f56dfa92ab78b1834677b84a9b2f21c3e1eb5a52.tar.gz
Robot Framework: fix test suite failre
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 bc4eb771..0e9d218d 100644
--- a/tests/test_basic_api.py
+++ b/tests/test_basic_api.py
@@ -93,7 +93,7 @@ def test_lexer_options():
'PythonConsoleLexer', 'RConsoleLexer', 'RubyConsoleLexer',
'SqliteConsoleLexer', 'MatlabSessionLexer', 'ErlangShellLexer',
'BashSessionLexer', 'LiterateHaskellLexer', 'PostgresConsoleLexer',
- 'ElixirConsoleLexer', 'JuliaConsoleLexer'):
+ 'ElixirConsoleLexer', 'JuliaConsoleLexer', 'RobotFrameworkLexer'):
inst = cls(ensurenl=False)
ensure(inst.get_tokens('a\nb'), 'a\nb')
inst = cls(ensurenl=False, stripall=True)