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

Proposal: Basic Reference spec test suite #175

Open
StevenACoffman opened this issue Mar 4, 2025 · 0 comments
Open

Proposal: Basic Reference spec test suite #175

StevenACoffman opened this issue Mar 4, 2025 · 0 comments

Comments

@StevenACoffman
Copy link

When maintaining a Go programming language parser for GraphQL, I have found it quite useful to run the reference JavaScript implementation tests against my Go parser implementation see here. Sometimes the specification wording was unclear, but the test suite made it unambiguous.

I suggest that for this specification, that there be a similarly maintained basic reference test suite such that implementations (and programming languages) can differ in implementation but remain consistent in all other ways.

Several recent issues would be resolved by clarity over the spec's required algorithms or heuristics that a test suite would provide.

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

No branches or pull requests

1 participant