Fix regression when diffing nested improper lists
Module
ExUnit.Diff
9 changes across 8 versions
Changes by version
Fix scenario where diff would not show up due to a timed-out loop
Fix cases where the diffing algorithm would fail to print a pattern correct
Do not crash when failing to eval/inspect struct
Properly diff numbers in respect to == and === operators
Improve diffing of lists when one list is a subset of the other
Do not fail when comparing maps with nil or boolean keys
Use red or green background for whitespace-only diffs
Ensure no leading or trailing when diffing some maps