waynemoore / sublime-gherkin-formatter

Gherkin Formatter for Sublime Text 2 and 3
MIT License
26 stars 3 forks source link

Support for escaped pipes #21

Open thePantz opened 5 years ago

thePantz commented 5 years ago

Please add support for Table Cell Escaping

For example:

Scenario: Table Cell Escaping
When I pass a table to my step:
| Field       | Value                      |
| NormalField | Normal value               |
| PipedField  | This \| is \| one \| value |

Currently when this esaped format is present, the gherkin formatter cannot format any lines in the table. Presumably because it views this Gherkin as invalid