forked from VimPlug/jedi
Fixed Windows slashes problem.
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