BinaryMuse / toml-node

TOML parser for Node.js and the Browser. Parses TOML v0.4.0
http://binarymuse.github.io/toml-node/
MIT License
306 stars 30 forks source link

Cannot parse inline table with quoted key #46

Open bungcip opened 6 years ago

bungcip commented 6 years ago

toml-node cannot parse the following valid toml

str-key = { "a" = 1 }

Error at line 1 column 13: Expected "}", [ \t] or [A-Za-z0-9_-] but "\"" found.