Closed bungcip closed 7 years ago
'key2' = "value"
produce error
Error at line 1 column 1: Expected "#", "[", "\"", "\n", "\r", [ \t], [A-Za-z0-9_\-] or end of input but "'" found.
which is valid input according TOML Spec (https://github.com/toml-lang/toml#user-content-keyvalue-pair).
Thanks for the report! This is fixed in v2.3.2.
produce error
which is valid input according TOML Spec (https://github.com/toml-lang/toml#user-content-keyvalue-pair).