mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Make sure to get completions for backticks in docstrings work, see #860
This commit is contained in:
@@ -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():
|
||||
"""
|
||||
#? []
|
||||
|
||||
Reference in New Issue
Block a user