terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.82k stars 248 forks source link

Python line break ccn #318

Closed MarcW1g closed 3 years ago

MarcW1g commented 3 years ago

This PR adds a test case which tests the control structure after line break issue (#317).

The suggested fix is to remove the line break option from _until_end in the ScriptLanguageMixIn.