Can't parse heredoc
Opened this issue · 0 comments
Deleted user commented
The code below in CoffeeScript
yaml.eval """
anchor: 100%
collapsible: yes
collpased: yes
"""
Returns an object with only anchor: 100%.
It works in https://github.com/nodeca/js-yaml, could this be fixed?