cucumber-rs/gherkin

Scenario Outline is not distinguished from Example/Scenario in the parser

bbqsrc opened this issue · 3 comments

Scenario Outline is not distinguished from Example/Scenario in the parser
ilslv commented

@bbqsrc can you please describe implications of this issue? Are there any Feature variants that have troubles while parsing? Or is it just generated AST not compliant with official test cases?

iirc Scenario Outline has different potential fields than Example/Scenario. They're different things, but the parser doesn't treat them as such.

ilslv commented

@bbqsrc it looks like it's not a bug, but a feature introduced in Gherkin 6.0.13 😆