mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-16 01:17:13 +08:00
Add some utf-8 tests.
This commit is contained in:
6
test/normalizer_issue_files/utf-8-bom.py
Normal file
6
test/normalizer_issue_files/utf-8-bom.py
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
hello = 'こんにちわ'
|
||||
|
||||
# EOF
|
||||
Reference in New Issue
Block a user