trannghia190 / robotframework-helper

4 stars 2 forks source link

Syntax highlighting marks iteration variable as unknown if there is not enough whitespace after test tags #3

Closed kkotenko closed 8 months ago

kkotenko commented 9 months ago

A weird one. With the following code

Bug demo
    [Tags]    sometag  othertag 
    FOR    ${i}    IN RANGE    1    6
        Log    ${i}
    END

The ${i} in Log ${i} will be highlighted as "Variable definition not found". (There is one space after the othertag.) image If a second space (and/or line break) is added after othertag, the error disappears.

trannghia190 commented 8 months ago

fix in ver 1.5.2.3