diff options
author | Georg Brandl <georg@python.org> | 2012-04-04 08:45:37 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-04 08:45:37 +0200 |
commit | 2029c988b19032cdf19f0004abc5e0067c273777 (patch) | |
tree | 14670a09e18c81a7527d1448a9c3acff7b1cf08e /tests/test_basic_api.py | |
parent | 7ebffbb996f28a765fe28637c427f6330e94dc70 (diff) | |
download | pygments-2029c988b19032cdf19f0004abc5e0067c273777.tar.gz |
Test suite fix, authors and changelog entry for Julia
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 426d02c8..bc4eb771 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'): + 'ElixirConsoleLexer', 'JuliaConsoleLexer'): inst = cls(ensurenl=False) ensure(inst.get_tokens('a\nb'), 'a\nb') inst = cls(ensurenl=False, stripall=True) |