yaml-spec icon indicating copy to clipboard operation
yaml-spec copied to clipboard

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

Open alexandrebarb0sa opened this issue 1 year ago • 0 comments

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:

alexandrebarb0sa avatar Apr 20 '24 13:04 alexandrebarb0sa