Closed maxmarcon closed 1 year ago
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!
I will put together a PR as soon as I have a bit of time
Hello,
I have a table with cell values that contain pipe characters, such as the first cell on the second row in this table:
Escaping the pipe character works fine in most Gherkin engines AFAIK. But here it doesn't. Is there a workaround?
Thanks!