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

Can't parse key with '=' symbol #33

Closed isergey closed 7 years ago

isergey commented 7 years ago

My toml file content is:

[module]
    "foo=bar" = "zzz"

and I have error: Expected "\"" but "=" found. Why?

BinaryMuse commented 7 years ago

Hey there! Thanks for reporting this. It's fixed in v2.3.2.