File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,13 @@ This change will breaks the Robotidy with RF 6.0 when using ``Translate`` transf
1919Do not rename variables in RenameKeyword (#417)
2020------------------------------------------------
2121Variables were also renamed in ``RenameKeyword `` transformer.
22- Following code:
22+ Following code::
2323
24- ```
25- Login With '${user.id}'
26- ```
24+ Login With '${user.id}'
2725
28- was transformed to:
26+ was transformed to::
2927
30- ```
31- Login With '${user.Id}'
32- ```
28+ Login With '${user.Id}'
3329
3430To fix this issue we redesigned keyword name matching in the transformer.
3531Now it should properly escape all variables (and also possible indices).
Original file line number Diff line number Diff line change 1- __version__ = "3.3"
1+ __version__ = "3.3.1 "
You can’t perform that action at this time.
0 commit comments