We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The new parser structure enables this feature. If I can parse strings instead of files, I can run powerful unit tests on the parser.
The text was updated successfully, but these errors were encountered:
This is done for features and steps, but not scenarios.
The jury is still out on whether it's needed for scenarios.
https://github.com/williaml33moore/bathtub/blob/d352757848d7756188d3cd4efb01f2873610c168/src/bathtub_pkg/gherkin_parser/gherkin_parser.svh
gherkin_parser::parse_feature_lines()
gherkin_parser::parse_feature_string()
gherkin_parser::parse_step_string()
gherkin_parser::parse_step_lines()
Sorry, something went wrong.
williaml33moore
No branches or pull requests
The new parser structure enables this feature.
If I can parse strings instead of files, I can run powerful unit tests on the parser.
The text was updated successfully, but these errors were encountered: