mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 10:07:06 +08:00
fixed a problem with classes in docstrings
This commit is contained in:
@@ -27,6 +27,9 @@ class Two(Abc):
|
||||
|
||||
|
||||
def test_class_in_docstr():
|
||||
"""
|
||||
Regression test for a problem with classes in docstrings.
|
||||
"""
|
||||
a = '"\nclasses\n"'
|
||||
jedi.Script(a, 1, 0)._parser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user