diff options
-rw-r--r-- | tests/test_bibtex.py | 2 | ||||
-rw-r--r-- | tests/test_cpp.py | 3 | ||||
-rw-r--r-- | tests/test_ezhil.py | 3 |
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'), |