yaml-spec
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
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:
!!setExample 2.25.!!omapExample 2.26.