1
0
forked from VimPlug/jedi

Fixed Windows slashes problem.

This commit is contained in:
bstaint
2016-08-01 01:13:39 +08:00
parent 6f598b1157
commit b31b456dd4
3 changed files with 14 additions and 1 deletions

8
test/test_windows.py Normal file
View 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()