Skip to content

Conversation

Jack12816
Copy link

- What is it good for

This PR ships a parser extension to allow multiple lines of tags before features and scenarios. With this change in place its possible to have:

@test
@wip
Feature Multiple Tag Lines

  @pending
  @tags @even-more-tags
  Scenario Parses multiple tag lines correctly
    Given ..

- What I did

I added a new ScenarioTags nonterminal next to the present FeatureTags one. And used it on the Scenario nonterminal. And the FeatureTags nonterminal was enhanced to allow newlines in between, too. Last but not least some specs were added to validate the change.

- A picture of a cute animal (not mandatory but encouraged)

Download

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

Successfully merging this pull request may close these issues.

1 participant