summaryrefslogtreecommitdiff
path: root/tests/test_regexlexer.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-09 15:45:54 +0100
committerGeorg Brandl <georg@python.org>2013-01-09 15:45:54 +0100
commit5f95983ee21187cf789f444b2ab80dcedd45385c (patch)
tree640439f206142ab6937d8844cc903e30190ddf27 /tests/test_regexlexer.py
parent3af548c47cf7b81193e8b3a4d3ac57d7528048a0 (diff)
parentc6ecb6ea2d522d79ef092ed7fd3c05327d283eec (diff)
downloadpygments-5f95983ee21187cf789f444b2ab80dcedd45385c.tar.gz
Merge pull request #87 (ctags link support for HTML formatter) from https://bitbucket.org/pepijndevos/pygments-main/overview
Diffstat (limited to 'tests/test_regexlexer.py')
-rw-r--r--tests/test_regexlexer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_regexlexer.py b/tests/test_regexlexer.py
index b1392d3a..28d9689b 100644
--- a/tests/test_regexlexer.py
+++ b/tests/test_regexlexer.py
@@ -3,7 +3,7 @@
Pygments regex lexer tests
~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""