forked from VimPlug/jedi
Fix an issue in the tests that typeshed avoids
This commit is contained in:
@@ -249,5 +249,5 @@ with contextlib.closing('asd') as string:
|
|||||||
import shlex
|
import shlex
|
||||||
qsplit = shlex.split("foo, ferwerwerw werw werw e")
|
qsplit = shlex.split("foo, ferwerwerw werw werw e")
|
||||||
for part in qsplit:
|
for part in qsplit:
|
||||||
#? str() None
|
#? str()
|
||||||
part
|
part
|
||||||
|
|||||||
Reference in New Issue
Block a user