summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2014-05-17 09:12:50 -0700
committerTim Hatch <tim@timhatch.com>2014-05-17 09:12:50 -0700
commit0bf931830db86644b28f6fae9e66f16f21406b56 (patch)
tree725d5edd9cbd5f45b6914865c4c9eaffa8302e53
parentca0bf1cc14c45ec9859747ace833b320cc5a644d (diff)
parent7eeb82354ed8a29b3b409ec40905caa9498465d0 (diff)
downloadpygments-0bf931830db86644b28f6fae9e66f16f21406b56.tar.gz
Merged in dscorbett/pygments-actionscript (pull request #360)
Swap MIME types of ActionScript and ActionScript 3
-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 be7a4747..893fa90c 100644
--- a/tests/test_basic_api.py
+++ b/tests/test_basic_api.py
@@ -101,7 +101,7 @@ def test_lexer_options():
'BashSessionLexer', 'LiterateHaskellLexer', 'LiterateAgdaLexer',
'PostgresConsoleLexer', 'ElixirConsoleLexer', 'JuliaConsoleLexer',
'RobotFrameworkLexer', 'DylanConsoleLexer', 'ShellSessionLexer',
- 'LiterateIdrisLexer'):
+ 'LiterateIdrisLexer', 'LiterateCryptolLexer'):
inst = cls(ensurenl=False)
ensure(inst.get_tokens('a\nb'), 'a\nb')
inst = cls(ensurenl=False, stripall=True)