Closed McCraigJ closed 4 years ago
The reason it doesn't parse is that because the opening quote has already been consumed as part of a Word
, the end quote is considered part of the argument, so the following quote in the original step definition doesn't match.
The best way to resolve this is to indicate that the step definition is not good (because you don't need quotes round the argument, and it looks weird). The fix will be to raise an error on the definition.
If I create a step definition that has quotes around parameters, then the step doesn't bind. E.g. Step Definition
Usage
Result The Given in the usage shows a linker error