Closed
Description
http://www.yaml.org/spec/1.2/spec.html#id2774157 specifies that the @ and ` characters are reserved for future use. Tags beginning with them are invalid unless quoted.
Symfony's YAML component allows these to be parsed without fail which when used as direct or implicit validation of correctness allows developers to write invalid YAML.