README: Gherkin grammar diagram (AST) is missing Gherkin v6 changes (Rules, ...)
Closed this issue ยท 0 comments
jenisys commented
๐ What did you see?
The Gherkin grammar diagram does not contain the changes that were made since Gherkin v6
:
Rule
keyword/entity is missing in the diagram
SEE ALSO:
- Gherkin grammar diagram
- Gherkin grammar: gherkin.berp
- docs.cucumber.io: Gherkin Reference -- Keywords
โ What did you expect to see?
Rule
keyword/entity should be shown in diagram
TO BE CLARIFIED: Should aliases
be shown ?!?
Example
: Alias forScenario
Scenario Template
: Alias forScenario Outline
Scenarios
: Alias forExamples
table(s) inScenario Outline
๐ฆ Which tool/library version are you using?
I just inspected the Gherkin diagram and compared it with the gherkin.berp
grammar.
๐ฌ How could we reproduce it?
Steps to reproduce the behavior:
- Compare
Gherkin grammar diagram
withgherkin.berp
and/or Gherkin description indocs.cucumber.io: Gherkin Reference
page Gherkin grammar diagram
does not containRule
entity