robotframework-tidy
robotframework-tidy copied to clipboard
RenameVariables does not work on variable in EXCEPT arguments, nor WHILE limit
I recently decided to enable RenameVariables transformer and noticed it missed variables in the EXPECT arguments.
BEFORE
AFTER
Code to reproduce
My Keyword
[Arguments] ${expected error}
TRY
No Operation
EXCEPT ${expected error}
No Operation
END