Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrettyFormatter escapes table cells #3

Open
lindt opened this issue Mar 7, 2016 · 0 comments
Open

PrettyFormatter escapes table cells #3

lindt opened this issue Mar 7, 2016 · 0 comments

Comments

@lindt
Copy link
Member

lindt commented Mar 7, 2016

If there is a table with

| item |
| A\B  |

it will be escaped to

| item |
| A\\B |

It's a bug within the gherkin2 pretty formatter. Could not be fixed within gherkin_format currently. Unescape will destroy the table structure. Supplying a template with --template does not has this issue and could be a way to avoid it.

The Bug will be gone, when switching to gherkin3. There the pretty formatter has to be a template within gherkin_format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant