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

Issue with table cell escaping #2

Open
jdeniau opened this issue Nov 3, 2022 · 1 comment
Open

Issue with table cell escaping #2

jdeniau opened this issue Nov 3, 2022 · 1 comment

Comments

@jdeniau
Copy link
Member

jdeniau commented Nov 3, 2022

Parsed string containing unescaped backslashes are render weirdly :

Example :

| A\B |

Is represented in the AST as A\\B

The sames escaped string:

| A\\B |

is also represented A\\B, so we can not easily rendered the table cell.

@jdeniau
Copy link
Member Author

jdeniau commented Nov 3, 2022

See cucumber/common#2115

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