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

Feature grammar fixes: feature name, newline token #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jmarton
Copy link

@jmarton jmarton commented Apr 13, 2017

This PR fixes the followinf:

  • Feature name in a feature file is required (Xtext/ANTLR ambiguity warning)
  • Fix newline token in feature grammar (Xtext/ANTLR error)

jmarton added 2 commits April 13, 2017 23:42
This fixes the following Xtext/ANTLR error:

error(208): InternalGherkin.g: The following token definitions can never be matched because prior tokens match the same input: RULE_ID,RULE_INT
This fixes the following Xtext/ANTLR ambiguity warning:

warning(200): InternalGherkin.g: Decision can match input such as "RULE_TAG" using multiple alternatives: 1, 2
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