1
0
forked from VimPlug/jedi

fixed a unicode test problem

This commit is contained in:
David Halter
2013-07-18 14:54:40 +02:00
parent 681b9d6371
commit dd6967de7c
3 changed files with 12 additions and 3 deletions

View File

@@ -231,3 +231,11 @@ class A():
self.hello = {} # comment shouldn't be a string
#? dict()
A().hello
# -----------------
# unicode
# -----------------
a = 'smörbröd'
#? str()
a