diff options
author | Rob Hoelz <rob@hoelz.ro> | 2013-03-20 09:20:36 +0100 |
---|---|---|
committer | Rob Hoelz <rob@hoelz.ro> | 2013-03-20 09:20:36 +0100 |
commit | 6c072a3c2ff8806e3daacc13b5ab26350664c43b (patch) | |
tree | e569840b7de467787cc5a87399e1dbe2d9af3258 /tests/test_basic_api.py | |
parent | 88106c79a6179a203f497d569df3c5b084a4c44e (diff) | |
parent | 9e8024c742cbdbc8a2bb975f4ee2add6b76bf20c (diff) | |
download | pygments-6c072a3c2ff8806e3daacc13b5ab26350664c43b.tar.gz |
Merge commits from main pygments repo
Hg: changed pygments/__init__.py
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 64eeb29e..00dc26f0 100644 --- a/tests/test_basic_api.py +++ b/tests/test_basic_api.py @@ -94,7 +94,7 @@ def test_lexer_options(): 'SqliteConsoleLexer', 'MatlabSessionLexer', 'ErlangShellLexer', 'BashSessionLexer', 'LiterateHaskellLexer', 'PostgresConsoleLexer', 'ElixirConsoleLexer', 'JuliaConsoleLexer', 'RobotFrameworkLexer', - 'DylanConsoleLexer'): + 'DylanConsoleLexer', 'ShellSessionLexer'): inst = cls(ensurenl=False) ensure(inst.get_tokens('a\nb'), 'a\nb') inst = cls(ensurenl=False, stripall=True) |