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: 25947
Status: open
Priority: 0/
Queue: YAML

People
Owner: Nobody in particular
Requestors: miyamuko [...] mtb.biglobe.ne.jp
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.62
Fixed in: (no value)



Subject: YAML.pm 0.62 cannot parse flow style with leading spaces.
YAML.pm 0.62 cannot parse flow style with leading spaces. ysh > --- Show quoted text
yaml> Flow style: [ # Leading spaces yaml> By two, # in flow style yaml> Also by two, # are neither yaml> →Still by two # content nor yaml> ] # indentation. yaml> ...
YAML Load Failed: YAML Error: Inconsistent indentation level Code: YAML_PARSE_ERR_INCONSISTENT_INDENTATION Line: 3 Document: 1 --- from Example 4.16. Indentation Spaces (http://yaml.org/spec/current.html#id2519916)
This issue has been copied to: https://github.com/ingydotnet/yaml-pm/issues/81 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.