You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
--- FAIL: TestMapSliceMerging (0.00s)
foo_test.go:264: Merging does not work. Expected [{greeting Hello}] (yaml.MapSlice), got [] (yaml.MapSlice)
Note how the test with the normal map[string]interface{} works properly. I'm still a beginner in Go, so I'm not sure where to start to fix this one. I have a really hard time understanding the decoding code, but a small pointer in the right direction might help me find some way of fixing this.
Hi! I seem to have found a bug in
MapSlice:Output:
Note how the test with the normal
map[string]interface{}works properly. I'm still a beginner in Go, so I'm not sure where to start to fix this one. I have a really hard time understanding the decoding code, but a small pointer in the right direction might help me find some way of fixing this.