Skip to content

RenameVariables does not work on variable in EXCEPT arguments, nor WHILE limit #711

@gohierf

Description

@gohierf

I recently decided to enable RenameVariables transformer and noticed it missed variables in the EXPECT arguments.

BEFORE
image

AFTER
image

Code to reproduce

My Keyword
    [Arguments]  ${expected error}
    TRY
        No Operation
    EXCEPT  ${expected error}
        No Operation
    END

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions