yamldiff icon indicating copy to clipboard operation
yamldiff copied to clipboard

yamldiff can experience type coercion

Open szabado opened this issue 5 years ago • 0 comments

Yamldiff suffers from a type coercion bug/feature from the underlying godebug library: https://github.com/kylelemons/godebug/issues/21

Example files:

0.123: "a value"
"0.123": "a value"

These two will have no diff, despite the values being different.

szabado avatar May 04 '19 00:05 szabado