I've got a specflow step table that I want to have the | (pipe) character as a part of the content.
|
Example:
Then the data should be | Field | Value | | SomeField | a|b|c |
But this doesn't work. How can I escape the pipe character?
Bah. I can't believe I didn't find this earlier. You CAN escape a pipe with the backslash, but the specflow syntax highlighter gets confused by it.
2.1m questions
2.1m answers
60 comments
57.0k users