robotframework-tidy icon indicating copy to clipboard operation
robotframework-tidy copied to clipboard

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

Open gohierf opened this issue 5 months ago • 1 comments

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

gohierf avatar Sep 04 '24 08:09 gohierf