1
0
forked from VimPlug/jedi

Merge branch 'dev' of https://github.com/bstaint/jedi into dev

This commit is contained in:
Dave Halter
2016-08-01 15:17:52 +02:00
3 changed files with 16 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()