diff options
author | Georg Brandl <georg@python.org> | 2012-12-03 10:23:09 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-12-03 10:23:09 +0100 |
commit | f56dfa92ab78b1834677b84a9b2f21c3e1eb5a52 (patch) | |
tree | 654cf77089ed674407f746a0f43bbb8b94c864d7 /tests/test_basic_api.py | |
parent | e2ff56885f0347dedc7f48ab6ce264a05ad75128 (diff) | |
download | pygments-f56dfa92ab78b1834677b84a9b2f21c3e1eb5a52.tar.gz |
Robot Framework: fix test suite failre
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 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) |