yamldiff can experience type coercion
szabado opened this issue · 1 comments
szabado commented
Yamldiff suffers from a type coercion bug/feature from the underlying godebug library: kylelemons/godebug#21
Example files:
0.123: "a value"
"0.123": "a value"
These two will have no diff, despite the values being different.
sahilm commented
Diff library migrated to https://github.com/r3labs/diff/. Please reopen if still an issue.