jm / toml

Parse TOML. Like a bawss.
MIT License
151 stars 37 forks source link

Parser doesn't handle comments.. #1

Closed aaronblohowiak closed 11 years ago

aaronblohowiak commented 11 years ago

I believe this will fail:

[test] #right here
key = value
jm commented 11 years ago

Should be fixed now that we have @dirk's boss grammar-based parser in there

parkr commented 11 years ago

You have a test for comments?

jm commented 11 years ago

Yup, there's one for inline comments as indicated in the original issue.

On Mon, Feb 25, 2013 at 10:26 AM, Parker Moore notifications@github.comwrote:

You have a test for comments?

— Reply to this email directly or view it on GitHubhttps://github.com/jm/toml/issues/1#issuecomment-14048263.