mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-03 12:02:43 +08:00
Merge branch 'dev' of https://github.com/bstaint/jedi into dev
This commit is contained in:
8
test/test_windows.py
Normal file
8
test/test_windows.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import jedi
|
||||
|
||||
def test_path_issues():
|
||||
"""
|
||||
See pull request #684 for details.
|
||||
"""
|
||||
source = '''from datetime import '''
|
||||
assert jedi.Script(source).completions()
|
||||
Reference in New Issue
Block a user