majintao0131 / yaml-cpp

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

Anchors with no (i.e., null) content don't parse correctly #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
    - &alias
    - *alias

is parsed as

    - &alias
      - *alias

In other words, it interprets the content as the rest of the sequence.

Original issue reported on code.google.com by jbe...@gmail.com on 24 Aug 2009 at 10:53

GoogleCodeExporter commented 9 years ago
Fixed (r231)

Original comment by jbe...@gmail.com on 24 Aug 2009 at 10:57