mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
The literal like this `"[[table]]"_toml` caused a syntax error. It is because the literal parser first check that it might be a bare value without a key, and parse_array directory throws syntax_error. This change makes the parser first check a literal is a name of table, and then parse the content.
2.8 KiB
2.8 KiB