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
And disable "\n" string tests for now (see
go-yaml/yaml#1004)
Previously, negative durations with nanos were producing invalid values,
which wasn't caught because the round trip tests didn't actually check
the results of the diff :-(.
If keys or values of a map node are the string literal "\n", the encoder has odd output.
The output is:
Which doesn't appear to be valid yaml. When it should be:
The text was updated successfully, but these errors were encountered: