forked from VimPlug/jedi
Python 3.2 tests didn't work because a u string literal was used.
This commit is contained in:
@@ -205,5 +205,5 @@ def test_param_splitting():
|
||||
|
||||
|
||||
def test_unicode_string():
|
||||
s = pt.String(None, u'bö', (0, 0))
|
||||
s = pt.String(None, u('bö'), (0, 0))
|
||||
assert repr(s) # Should not raise an Error!
|
||||
|
||||
Reference in New Issue
Block a user