Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Inline comments are not supported #47

Open
fzaninotto opened this issue Aug 6, 2012 · 0 comments
Open

Inline comments are not supported #47

fzaninotto opened this issue Aug 6, 2012 · 0 comments

Comments

@fzaninotto
Copy link

YAML is extremely useful for config files, and config files are useless without comments. Unfortunately, inline comments are not supported as of now:

require('yaml').eval('foo: bar # baz')
// { foo: 'bar # baz' }
// expected:  { foo: 'bar' }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant