I would like to test whenver the result of a step has a certain value, but this value is a multiline string that contains |
, -
and any special characters.
The string can look like:
{ ------- }|
{aaaaaaaaaa|
{aaaaaaaaaa|
I'm not sure how can I do it in a feature as this will throw me a syntax error:
Feature: asdada
Scenario: test
Given test
When test
Then the result is:
{ ------- }|
{aaaaaaaaaa|
{aaaaaaaaaa|