mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
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