cucumber-attic / gherkin2

A fast Gherkin parser in Ragel (The parser behind Cucumber)
MIT License
382 stars 221 forks source link

[Ruby] Backslashes in tables #328

Closed charlierudolph closed 8 years ago

charlierudolph commented 9 years ago

If I have the following table

Given a table
  | COMMAND                                              |
  | git commit -m "message containing \"double quotes\"" |

it is pretty printed as

Given a table
  | COMMAND                                                |
  | git commit -m "message containing \\"double quotes\\"" |

I would like it to be pretty printed as it appeared in my feature.

charlierudolph commented 8 years ago

Closing since gherkin2 is no longer being used by ruby-cucumber