Continuation partial statements (else, elif, ...) cannot be handled directly by the Python extractor

Merged
#18 · Created  · Last updated

Description

The Python extractor plugin, used by linguaplugin.py, can only handle valid Python statements, so it's necessary to transform continuation statements such as else: and elif ...: into full Python statements so that the Python extractor can take them into account.

A simple test case is provided.

0 attachments

0 comments

Loading commits...