value is not allowed in this context
error on merge with additional property
#596
Labels
bug
Something isn't working
Describe the bug
There is
value is not allowed in this context
error on merge with an additional property instead of unmarshalling the yaml correctly.To Reproduce
Unmarshal:
produces:
Expected behavior
The equivalent of the following JSON should be the result:
Verify with https://yaml-online-parser.appspot.com
Screenshots
If applicable, add screenshots to help explain your problem.
Version Variables
Additional context
Add any other context about the problem here.
gopkg.in/yaml.v3
can parse the example correctly.The text was updated successfully, but these errors were encountered: