mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +08:00
fixed a unicode test problem
This commit is contained in:
@@ -231,3 +231,11 @@ class A():
|
||||
self.hello = {} # comment shouldn't be a string
|
||||
#? dict()
|
||||
A().hello
|
||||
|
||||
# -----------------
|
||||
# unicode
|
||||
# -----------------
|
||||
|
||||
a = 'smörbröd'
|
||||
#? str()
|
||||
a
|
||||
|
||||
Reference in New Issue
Block a user