Make sure to get completions for backticks in docstrings work, see #860

This commit is contained in:
Dave Halter
2020-01-01 01:53:55 +01:00
parent cea7a12908
commit 818577f423
2 changed files with 46 additions and 21 deletions

View File

@@ -284,6 +284,25 @@ def doctest_with_space():
import_issu
"""
def docstring_rst_identifiers():
"""
#? 30 ['import_issues']
hello I'm here `import_iss` blabla
#? ['import_issues']
hello I'm here `import_iss
#? []
hello I'm here import_iss
#? []
hello I'm here ` import_iss
#? ['upper']
hello I'm here `str.upp
"""
def doctest_without_ending():
"""
#? []