mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Fix a small mistake.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user