mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
Python lexer and parser can split whitespaces and attach them to different parents, so we have to scan backward through consequtive leaf elements to collect all of them. I also added several new tests for various such corner cases.
7 lines
28 B
Python
7 lines
28 B
Python
def foo():
|
|
pass \
|
|
\
|
|
\
|
|
|
|
|