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

Inline sub-tables don't work #13

Closed
tobia opened this issue Dec 5, 2016 · 1 comment
Closed

Inline sub-tables don't work #13

tobia opened this issue Dec 5, 2016 · 1 comment
Assignees
Labels

Comments

@tobia
Copy link

tobia commented Dec 5, 2016

An inline sub-table:

[tab1]
key1 = {name='Donald Duck'}

should be parsed like this:

[
    "tab1" => [
        "key1" => [
            "name" => "Donald Duck",
        ],
    ],
]

instead, it currently becomes this:

[
    "tab1" => [],
    "key1" => [
        "name" => "Donald Duck",
    ],
]
@yosymfony yosymfony added the bug label Oct 27, 2017
@yosymfony yosymfony self-assigned this Oct 27, 2017
@yosymfony
Copy link
Owner

Thanks for reporting it

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

No branches or pull requests

2 participants