BinaryMuse / toml-node

TOML parser for Node.js and the Browser. Parses TOML v0.4.0

Home Page:http://binarymuse.github.io/toml-node/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't parse key with '=' symbol

isergey opened this issue · comments

My toml file content is:

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

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

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