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

If first line is empty, passed failed

fundon opened this issue · comments

Error: Error parsing your configuration file: [/Users/fundon/dev/trekjs/trek/test/fixtures/config/app.test.toml]: Expected "#", "[", [ \t] or end of input but "\n" found..
title = "TOML Example"

[owner]
name = "Tom Preston-Werner"
organization = "GitHub"
bio = "GitHub Cofounder & CEO\n\tLikes \"tater tots\" and beer and backslashes: \\"
dob = 1979-05-27T07:32:00Z # First class dates? Why not?

Thanks for the catch; fixed in v2.2.2.