Subject: | Strange space foldings on simple YAML code like: --- "a b" |
Try these one-liners:
% perl -MYAML -e "print Load qq{--- '1 - 2'\n}"
1 - 2
% perl -MYAML::Syck -e "print Load qq{--- '1 - 2'\n}"
1 - 2
I think it's YAML::Syck that is right