As mentioned in issue #1287 , YAML::Literal does not work for YAML::Binary.
In fact, YAML::SingleQuoted does not work for YAML::Binary either. Besides there is no way to emit YAML::Binary without quotes. Currently the emitter applies double-quoted style for all binary nodes.
As mentioned in issue #1287 ,
YAML::Literaldoes not work forYAML::Binary.In fact,
YAML::SingleQuoteddoes not work forYAML::Binaryeither. Besides there is no way to emitYAML::Binarywithout quotes. Currently the emitter applies double-quoted style for all binary nodes.