Export to GitHub

spyc - issue #23

Inline list with a comment is not recognized as a list


Posted on Oct 11, 2009 by Happy Lion

If I have a yaml file with:

root: child: [one, two, three] # comment

then Spyc gives me a string instead of array. $data[root][child] = '[one, two, three]'


Spyc version: 0.4.5

Comment #1

Posted on May 31, 2010 by Happy Panda

This should already be fixed in the latest Spyc version from SVN. Please try it.

Status: Fixed

Labels:
Type-Defect Priority-Medium