mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 09:08:08 +08:00

the following is not a valid toml format. ``` [table] key = "value" ``` this commit enables to diagnose that pattern.
the following is not a valid toml format. ``` [table] key = "value" ``` this commit enables to diagnose that pattern.