Universal-Variability-Language/uvl-parser

ParserError when the last line only contains tabs / spaces.

st-vi opened this issue · 0 comments

st-vi commented

This minimal example leads to a ParserError: "failed to parse at line 3:4 due to extraneous input ' ' expecting DEDENT at line 3"

features
    f1
    

(Note the spaces in the last line)