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

RenameKeywords - Extra space after `Run Keywords` in version 3.3.2

Open Zeckie opened this issue 3 years ago • 1 comments

*** Keywords ***
Example
    [Arguments]    ${keyword}
    Run Keywords     ${keyword}
[tool.robotidy]
configure = ["RenameKeywords:enabled=True"]

After updating to version 3.3.2, robotidy is adding 5 spaces before between Run Keywords and ${keyword} in the above example when it previously added 4. The same occurs for other similar keywords like Run Keyword And Ignore Errors.

Zeckie avatar Oct 24 '22 08:10 Zeckie

Thanks for the report. I did redesign the RenameKeywords recently and recent bug fix introduces this regression. I will investigate it.

bhirsz avatar Oct 24 '22 15:10 bhirsz