Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the YAML CPAN distribution.

Report information
The Basics
Id: 20661
Status: resolved
Priority: 0/
Queue: YAML

People
Owner: Nobody in particular
Requestors: alvlas [...] list.ru
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



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
From: alvlas [...] list.ru
Damn! There are a lot of spaces in those 'a - b', so you should look at it in raw text... (In short - YAML makes 'a_-_b' from 'a_____-_____b')
This issue has been copied to: https://github.com/ingydotnet/yaml-pm/issues/66 please take all future correspondence there. This ticket will remain open but please do not reply here. This ticket will be closed when the github issue is dealt with.
Thanks, fixed in 1.24_001