Files
yaml-cpp/test
Raffaello Bertini 1c2e767347 Fix YAML::Newline in a sequence or map.
Inside of a sequence or map, `YAML::Newline` wouldn't reset the collection state, which would cause behavior like this:

```
nodeA:   
    k: [{i: 0},
 {i:1},
  ]NodeB:
    k: [{i: 0},
 {i:1},
  ]
```
2020-07-01 22:31:51 -05:00
..
2019-09-27 10:11:38 -05:00
2014-03-23 19:21:13 -05:00
2020-04-09 13:02:10 -05:00