diff options
author | Georg Brandl <georg@python.org> | 2014-03-04 14:44:49 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-04 14:44:49 +0100 |
commit | 2f43ee4c80b699800b7f7962b04aa9fbb35e65fa (patch) | |
tree | be825afc4ec44ebf8ffb883d95ab3ba447be4744 /tests/test_basic_api.py | |
parent | 18348a61d7e90b03a624fdc78fafdcb46b92307d (diff) | |
download | pygments-2f43ee4c80b699800b7f7962b04aa9fbb35e65fa.tar.gz |
Add authors/changelog for Idris, exempt the literate lexer from stripnl test
Diffstat (limited to 'tests/test_basic_api.py')
-rw-r--r-- | tests/test_basic_api.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py index 78227d2f..e89b5c31 100644 --- a/tests/test_basic_api.py +++ b/tests/test_basic_api.py @@ -100,7 +100,8 @@ def test_lexer_options(): 'SqliteConsoleLexer', 'MatlabSessionLexer', 'ErlangShellLexer', 'BashSessionLexer', 'LiterateHaskellLexer', 'LiterateAgdaLexer', 'PostgresConsoleLexer', 'ElixirConsoleLexer', 'JuliaConsoleLexer', - 'RobotFrameworkLexer', 'DylanConsoleLexer', 'ShellSessionLexer'): + 'RobotFrameworkLexer', 'DylanConsoleLexer', 'ShellSessionLexer', + 'LiterateIdrisLexer'): inst = cls(ensurenl=False) ensure(inst.get_tokens('a\nb'), 'a\nb') inst = cls(ensurenl=False, stripall=True) |