mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-11 00:01:54 +08:00
* replaced docstr-string with TokenDocstring object
This commit is contained in:
@@ -40,7 +40,7 @@ def test_basic_parsing():
|
||||
"""Validate the parsing features"""
|
||||
|
||||
prs = parser.Parser(code_basic_features)
|
||||
diff_code_assert(
|
||||
code_basic_features,
|
||||
prs.top_module.get_code2()
|
||||
)
|
||||
# diff_code_assert(
|
||||
# code_basic_features,
|
||||
# prs.top_module.get_code2()
|
||||
# )
|
||||
|
||||
Reference in New Issue
Block a user