yaml / yaml-spec

YAML Specification
http://yaml.org/spec/
347 stars 53 forks source link

Tags `!!binary`, `!!omap`, `!!set` cited as valid example in spec 1.2.2, but previously removed in spec 1.2.0 #331

Open alexandrebarb0sa opened 6 months ago

alexandrebarb0sa commented 6 months ago

Tag binary cited as example in spec 1.2.2 documentation: https://github.com/yaml/yaml-spec/blame/main/spec/1.2.2/spec.md#L536

Example 2.23 Various Explicit Tags

picture: !!binary |
 R0lGODlhDAAMAIQAAP//9/X
 17unp5WZmZgAAAOfn515eXv
 Pz7Y6OjuDg4J+fn5OTk6enp
 56enmleECcgggoBADs=

But it was already previously removed since spec 1.2.0: https://github.com/yaml/yaml-spec/blame/main/spec/1.2.2/ext/changes.md#L134

Changes in version 1.2 (revision 1.2.0) (2009-07-21)

  • The !!pairs, !!omap, !!set, !!timestamp and !!binary types have been dropped.

Same issues with: