"git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "b4d9511a6f22c7825797878a99b6735901add776"
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},
]
```
Showing
Please register or sign in to comment