nodeca / js-yaml

JavaScript YAML parser and dumper. Very fast.
http://nodeca.github.io/js-yaml/
MIT License
6.28k stars 769 forks source link

Key starting with a colon `:` #717

Open ManUtopiK opened 4 months ago

ManUtopiK commented 4 months ago

Hi!

When I parse this yaml :

:key: value

yaml.dump return this :

':key': value

But starting a key with a colon is well a valid yaml ? It should not be quoted.