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

Added support for multiple tag lines for features and scenarios #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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