Open alexandrebarb0sa opened 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.
Changes in version 1.2 (revision 1.2.0) (2009-07-21)
Same issues with:
!!set
!!omap
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
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
Same issues with:
!!set
Example 2.25.!!omap
Example 2.26.