You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Test[Template] My Keyword ${embedded arg}
value1
value2
*** Keywords ***My Keyword ${embedded arg} [Documentation] Just loging embedded arg value to console
Log To Console embedded arg: ${embedded arg}
The text was updated successfully, but these errors were encountered:
gohierf
changed the title
Rename variable should not capitalize placeholder in template
RenameVariables should not capitalize placeholder in template
Sep 4, 2024
I need to check but it does not look intentional. Typically global or unknown variables are capitalized. It looks like Robotidy consider template argument as global - but it's more of a argument, so it should be lower case.
Following up on #711 and #712, I am surprised that RenameVariables capitalizes the placeholder when using keywords with embedded arguments as template. I don't think this is a good idea, what is the rational behind it?
BEFORE
AFTER
CODE TO REPRODUCE
The text was updated successfully, but these errors were encountered: