Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Fix minor bugs in the grammar #26

Merged
merged 4 commits into from
Apr 8, 2016
Merged

Fix minor bugs in the grammar #26

merged 4 commits into from
Apr 8, 2016

Conversation

mkasberg
Copy link

In the grammar definition, arguments to replace() had a typo. Instead of
"ag2", it should be "arg2".

Also, substring() and replace() had an extra leading parenthesis defined
in the grammar. This is fixed as well.

The definition for "decimal" did not label arguments correctly in the
grammar. It is now fixed so that they get passed as args in the
generated parser.

Mike Kasberg added 2 commits November 24, 2015 11:29
In the grammar definition, arguments to replace() had a typo. Instead of
"ag2", it should be "arg2".

Also, substring() and replace() had an extra leading parenthesis defined
in the grammar. This is fixed as well.
The definition for "decimal" did not label arguments correctly in the
grammar. It is now fixed so that they get passed as args in the
generated parser.
Mike Kasberg added 2 commits January 26, 2016 13:41
 - DateTimeOffset was not parsed correctly.
 - The method for returning a DateTimeOffset was not specified.
 - The "Z" is part of the offset, not the DateTime. It is required as
   part of DateTimeOffset, and now allowed as part of DateTime.

 - Added a unit test for parsing this correctly.
@jfromaniello jfromaniello merged commit 69f770e into auth0:master Apr 8, 2016
@jfromaniello
Copy link
Member

Thank you for your contribution and sorry for the delay :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants