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
In a TSG pattern such as
(thing (_)@capture)@capture
there is a repeated capture name. This ought to be an error but currently doesn't seem to be, at least not at any level that manifests to cargo test.
cargo test
The text was updated successfully, but these errors were encountered:
@robrix this might be a good feature to add to our test tooling that does query validation, etc.?
Sorry, something went wrong.
No branches or pull requests
In a TSG pattern such as
there is a repeated capture name. This ought to be an error but currently doesn't seem to be, at least not at any level that manifests to
cargo test
.The text was updated successfully, but these errors were encountered: