mynewt-newt icon indicating copy to clipboard operation
mynewt-newt copied to clipboard

Replace custom yaml implementation with go package

Open m-gorecki opened this issue 7 months ago • 0 comments

This also changes yaml.Unmarshal use to yaml.UnmarshalStrict, which checks if keys in yaml file are not duplicated.

Additionally this changes expected values in newt dump tests, because new yaml package interprets hex values as numbers and saves them in decimal form.

m-gorecki avatar Jul 01 '24 15:07 m-gorecki