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

Adopt empty array behavior in parser and validator #7

Merged
merged 1 commit into from
Jun 12, 2018
Merged

Conversation

tylerchr
Copy link
Owner

This commit implements the proposal in issue #5 (Proposal: Permit
empty arrays) by correctly parsing the new syntax and correctly
handling validation.

This resolves #5.

This commit implements the proposal in issue #5 (Proposal: Permit
empty arrays) by correctly parsing the new syntax and correctly
handling validation.

This resolves #5.
@coveralls
Copy link

coveralls commented Jun 12, 2018

Pull Request Test Coverage Report for Build 14

  • 15 of 17 (88.24%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.6%) to 78.231%

Changes Missing Coverage Covered Lines Changed/Added Lines %
parser.go 11 13 84.62%
Totals Coverage Status
Change from base Build 8: 0.6%
Covered Lines: 345
Relevant Lines: 441

💛 - Coveralls

@tylerchr tylerchr merged commit 801464b into master Jun 12, 2018
@tylerchr tylerchr deleted the empty-arrays branch June 12, 2018 06:21
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.

Proposal: Permit empty arrays
2 participants