1TOML parse error at line 1, column 8
2  |
31 | tbl = { fruit = { apple.color = "red" }, fruit.apple.texture = { smooth = true } }
4  |        ^
5duplicate key `fruit`
6