mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +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.