tj / js-yaml

CommonJS YAML Parser -- fast, elegant and tiny yaml parser for javascript
276 stars 41 forks source link

Literal support #17

Closed mcantelon closed 13 years ago

mcantelon commented 13 years ago

Hi TJ,

I've added support for YAML literals. I wasn't able to get JSpec to work but made some test logic to verify it works:

yaml_test.js: https://gist.github.com/866171 test.yml: https://gist.github.com/866169

Cheers, Mike

tj commented 13 years ago

cool cool, will take a look soon and merge :D

mcantelon commented 13 years ago

Thanks, man! Actually, I just found an issue with my implementation so ignore this one and I'll try to fix and send another. :o