lua-toml
lua-toml copied to clipboard
Fix creating table array in existing table
For instance this did not work before:
[t]
name = "test"
[[t.ent]]
ok = "foo"