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

Empty inline tables fail parse #24

Closed vosen closed 9 years ago

vosen commented 9 years ago

This:

a = { }

fails with

Error at line 1 column 8:
Expected "=" or any character but end of input found.

(tested on http://binarymuse.github.io/toml-node/)

BinaryMuse commented 9 years ago

Fixed in 2.2.3.