diff options
author | Tim Hatch <tim@timhatch.com> | 2014-04-14 13:03:29 -0400 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2014-04-14 13:03:29 -0400 |
commit | e0efb984487bb2e99bd2684689fee6ded477a478 (patch) | |
tree | bca99bafdaa9aa26b42a309157d973c253b49927 /tests/test_util.py | |
parent | ae6b1507776410421b97faf0054111e34526dcbc (diff) | |
parent | 68296591d500a2106c8fe2b7dccd144b58a2d6b7 (diff) | |
download | pygments-e0efb984487bb2e99bd2684689fee6ded477a478.tar.gz |
Merged in brodie/pygments (pull request #191)
Conflicts:
pygments/lexers/jvm.py
Diffstat (limited to 'tests/test_util.py')
-rw-r--r-- | tests/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index dbbc66ce..59ecf14f 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -3,7 +3,7 @@ Test suite for the util module ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |