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

Clarify Number parsing, expand exponent grammar #56

Merged
merged 1 commit into from
Jul 16, 2015
Merged

Conversation

leebyron
Copy link
Collaborator

This makes Number parsing match the JSON spec for numbers, reducing the chances for naive error.

It also hopefully clarifies the non-zero leading case for numbers in IntegerPart.

This makes Number parsing match the JSON spec for numbers, reducing the chances for naive error.

It also hopefully clarifies the non-zero leading case for numbers in `IntegerPart`.
leebyron added a commit that referenced this pull request Jul 16, 2015
Clarify Number parsing, expand exponent grammar
@leebyron leebyron merged commit a5b5d61 into master Jul 16, 2015
@leebyron leebyron deleted the numbers branch July 16, 2015 22:49
leebyron added a commit to graphql/graphql-js that referenced this pull request Jul 16, 2015
Ensures graphql-js matches spec after graphql/graphql-spec#56

Adds tests for changed error and success cases, fixing #68
andimarek added a commit to graphql-java/graphql-java that referenced this pull request Jul 17, 2015
amarant added a commit to amarant/GraphQLSharp that referenced this pull request Jul 17, 2015
Ensures graphql-js matches spec after graphql/graphql-spec#56

Adds tests for changed error and success cases.
Like ca5749621b122b1cf92101f43a01a446b922b57f
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.

None yet

2 participants