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

Fix nested tables in table arrays #21

Closed
wants to merge 1 commit into from
Closed

Fix nested tables in table arrays #21

wants to merge 1 commit into from

Conversation

mattwidmann
Copy link

Fix parsing nested tables within table arrays so their keys are applied
to the last element, not the array itself.

Add a test that ensures nested tables in arrays produces the proper
output.

Fixes #20.

Fix parsing nested tables within table arrays so their keys are applied
to the last element, not the array itself.

Add a test that ensures nested tables in arrays produces the proper
output.

Fixes #20.
@mattwidmann
Copy link
Author

The check that's failing is the crlf test, tracked by #17.

@mattwidmann
Copy link
Author

@jonstoler Let me know if you'd like me to do the version bump and new rockspec, too.

This pull request was closed.
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.

Nested tables in arrays apply their keys to the array table, not its last element
1 participant