summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2016-05-31 22:18:25 -0700
committerTim Hatch <tim@timhatch.com>2016-05-31 22:18:25 -0700
commit6c5623318a7449c0d2ae56f84a64f353302ba100 (patch)
tree6440f1a202d008947d27cb7a93895c7f2f69a9aa
parent9df6f911209b5ef4ae3d3521048844afebe6f994 (diff)
downloadpygments-6c5623318a7449c0d2ae56f84a64f353302ba100.tar.gz
Fix some test headers
-rw-r--r--tests/test_bibtex.py2
-rw-r--r--tests/test_cpp.py3
-rw-r--r--tests/test_ezhil.py3
3 files changed, 5 insertions, 3 deletions
diff --git a/tests/test_bibtex.py b/tests/test_bibtex.py
index 3b07d899..d007766d 100644
--- a/tests/test_bibtex.py
+++ b/tests/test_bibtex.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
BibTeX Test
- ~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~
:copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/tests/test_cpp.py b/tests/test_cpp.py
index e1b94a8e..ef59965c 100644
--- a/tests/test_cpp.py
+++ b/tests/test_cpp.py
@@ -1,8 +1,9 @@
+# -*- coding: utf-8 -*-
"""
CPP Tests
~~~~~~~~~
- :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2016 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ezhil.py b/tests/test_ezhil.py
index 23b9cb41..15cc13b1 100644
--- a/tests/test_ezhil.py
+++ b/tests/test_ezhil.py
@@ -94,7 +94,8 @@ class EzhilTest(unittest.TestCase):
முடி\n"""
tokens = [
(Token.Comment.Single,
- u'# (C) \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bc8\u0baf\u0bbe \u0b85\u0ba3\u0bcd\u0ba3\u0bbe\u0bae\u0bb2\u0bc8 2013, 2015\n'),
+ u'# (C) \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bc8\u0baf\u0bbe \u0b85'
+ u'\u0ba3\u0bcd\u0ba3\u0bbe\u0bae\u0bb2\u0bc8 2013, 2015\n'),
(Token.Keyword,u'நிரல்பாகம்'),
(Token.Text, u' '),
(Token.Name, u'gcd'),