summaryrefslogtreecommitdiff
path: root/tests/test_qbasiclexer.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 18:32:03 +0000
committerGeorg Brandl <georg@python.org>2017-01-22 18:32:03 +0000
commitab9b98535fa00980f9d3e86ffd7df6765b03f890 (patch)
tree0e7fd93778f83a8d8bac405c78b2c81da8b30bba /tests/test_qbasiclexer.py
parent0fa23bf835caf6dc01ddb7fde63e01113a7b10af (diff)
parent2871ca982a7e413f7de2acb15216b53c144bdc40 (diff)
downloadpygments-ab9b98535fa00980f9d3e86ffd7df6765b03f890.tar.gz
Merged in zhouzhen1/pygments-main/perllexer (pull request #688)
Fix Perl5 lexer for namespaces/modules.
Diffstat (limited to 'tests/test_qbasiclexer.py')
-rw-r--r--tests/test_qbasiclexer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_qbasiclexer.py b/tests/test_qbasiclexer.py
index 8b790cee..0ea221a1 100644
--- a/tests/test_qbasiclexer.py
+++ b/tests/test_qbasiclexer.py
@@ -3,7 +3,7 @@
Tests for QBasic
~~~~~~~~~~~~~~~~
- :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""