majintao0131 / yaml-cpp

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

Complex keys no longer work #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The input

    ? key
    : value

is interpreted as

    key: ~
    ~: value

Original issue reported on code.google.com by jbe...@gmail.com on 6 Sep 2009 at 8:54

GoogleCodeExporter commented 9 years ago
Fixed (r247) (and the bug was introduced when we allowed for empty keys - but 
that
fix is maintained)

Original comment by jbe...@gmail.com on 6 Sep 2009 at 9:53