cabbage-ex / gherkin

A Gherkin file parser written in Elixir. Extracted from https://github.com/meadsteve/white-bread.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tables can't have cells containing escaped pipe characters

maxmarcon opened this issue · comments

commented

Hello,

I have a table with cell values that contain pipe characters, such as the first cell on the second row in this table:

| MatterTypeFullPath                        | ApprovedTax | ApprovedTotalExcludingTax | LockedExchangeRate |
| Litigation/Dispute\|Potential Dispute     | 12.0        |  133.09                                  | 1.0                               |

Escaping the pipe character works fine in most Gherkin engines AFAIK. But here it doesn't.
Is there a workaround?

Thanks!

commented

I will put together a PR as soon as I have a bit of time