Fix a small mistake.

This commit is contained in:
Dave Halter
2017-05-20 14:10:21 -04:00
parent 0bd16939f1
commit d6a781744d

View File

@@ -17,7 +17,7 @@ def test_splitlines_keepends():
assert splitlines('\n', keepends=True) == ['\n', '']
def test_source_to_unicode_unicode_text(self):
def test_source_to_unicode_unicode_text():
source = (
b"# vim: fileencoding=utf-8\n"
b"# \xe3\x81\x82\xe3\x81\x84\xe3\x81\x86\xe3\x81\x88\xe3\x81\x8a\n"