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

Parsing fails in case of features with comments and tags. #35

Closed
mracsko opened this issue May 5, 2022 · 0 comments · Fixed by #37
Closed

Parsing fails in case of features with comments and tags. #35

mracsko opened this issue May 5, 2022 · 0 comments · Fixed by #37
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mracsko
Copy link

mracsko commented May 5, 2022

Error during parsing in case there is a comment and a tag on the feature:

#comment
@tag
Feature: feature

It works with comment only:

#comment
Feature: feature

It also works with tag only:

@tag
Feature: feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants