dot_files/.vim/bundle/jedi-vim/jedi/test/test_windows.py

9 lines
178 B
Python
Raw Normal View History

2017-05-21 12:14:33 +03:00
import jedi
def test_path_issues():
"""
See pull request #684 for details.
"""
source = '''from datetime import '''
assert jedi.Script(source).completions()