mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-13 21:52:42 +08:00
Fix a typing issue
This commit is contained in:
@@ -117,7 +117,7 @@ def test_param_splitting(each_version):
|
||||
|
||||
|
||||
def test_unicode_string():
|
||||
s = tree.String(None, 'bö', (0, 0))
|
||||
s = tree.String('bö', (0, 0))
|
||||
assert repr(s) # Should not raise an Error!
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user