-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
🐛 bugDefect / BugDefect / Bug
Description
From v32, Gherkin is getting different results when parsing Markdown, specifically for the description.
This surfaced in the compatibility kit when trying to upgrade to v32:
- Update dependency @cucumber/gherkin to v32 cucumber-node#16
- https://github.com/cucumber/cucumber-node/actions/runs/13810695160/job/38631404644?pr=16
The critical parts are still fine - the same pickles come out compared to v31 - but there is now a description being picked up:
For reference the sample file being parsed is:
https://github.com/cucumber/compatibility-kit/blob/main/devkit/samples/markdown/markdown.feature.md
So it looks like we are picking up the first row of that table as a description, where before there was none.
Metadata
Metadata
Assignees
Labels
🐛 bugDefect / BugDefect / Bug