Closed amiceli closed 3 weeks ago
Allow to use separator with {list} like {list:";"}.
{list}
{list:";"}
Example :
Given I read id;name;city to Given I read {list:";"}
Given I read id;name;city
Given I read {list:";"}
Allow to use separator with
{list}
like{list:";"}
.Example :
Given I read id;name;city
toGiven I read {list:";"}