majintao0131 / yaml-cpp

Automatically exported from code.google.com/p/yaml-cpp
MIT License
0 stars 0 forks source link

Doesn't handle single key/value pairs in a flow sequence #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
yaml-cpp gives an "end of sequence flow not found" error when parsing
things like

    [foo: bar]

which is explicitly allowed as a "compact notation for the case where a
flow sequence entry is a mapping with a single key: value pair." (c.f. 1.2
spec sec. 7.4.1)

Original issue reported on code.google.com by jbe...@gmail.com on 29 Oct 2009 at 3:51

GoogleCodeExporter commented 9 years ago
Fixed (r307) for implicit keys (not yet explicit ones).

Original comment by jbe...@gmail.com on 29 Oct 2009 at 8:36

GoogleCodeExporter commented 9 years ago
Fixed (r312).

Original comment by jbe...@gmail.com on 29 Oct 2009 at 10:10