I'm using JBehave 4.0.5
I need to escape the pipeline(|) from the JBehave tabular parameter verification.
As per this answer from Stack Overflow, In Cucumber we can use '\|' to escape the pipeline on tabular verification, but i couldn't find one for JBehave.
EX:
|Key 1 |Key 2 |
| |value 1| |value 2|
| |value 3| |value 4|