MarketSquare / robotframeworkguides

A project to share guides and best practices for robot framework and its ecosystem
27 stars 49 forks source link

Update style_guide.md #62

Closed LogeshVel closed 2 months ago

LogeshVel commented 3 months ago

In the Lists section, there is an example to demonstrate how to use the Long item in the list. one long item variable is added as the last element but the syntax should be ${LONG ITEM} but it is $(LONG ITEM) which doesn't expand to the value that LONG ITEM variable stores.

TL:DR;

Corrected the variable reference syntax.