diff options
author | Georg Brandl <georg@python.org> | 2014-09-20 00:12:54 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-20 00:12:54 +0200 |
commit | f7219e7b8b5236db12e077ba36f54182cd665941 (patch) | |
tree | 7a65d7f54e5f9b36a1b3342c79a1eb06a8198878 /tests/test_perllexer.py | |
parent | ac4a2c47e625fdc12d83a07d360d678abd39af62 (diff) | |
parent | 33cb0a84a19b4e96d694eb99b490346f20e315d7 (diff) | |
download | pygments-f7219e7b8b5236db12e077ba36f54182cd665941.tar.gz |
Merged in pchaigno/pygments-main/prolog-ecl (pull request #374)
Diffstat (limited to 'tests/test_perllexer.py')
-rw-r--r-- | tests/test_perllexer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_perllexer.py b/tests/test_perllexer.py index bfa3aeb8..e37539f2 100644 --- a/tests/test_perllexer.py +++ b/tests/test_perllexer.py @@ -11,7 +11,7 @@ import time import unittest from pygments.token import String -from pygments.lexers.agile import PerlLexer +from pygments.lexers.perl import PerlLexer class RunawayRegexTest(unittest.TestCase): |