Module

ExUnit.Diff

Changes by version

Elixir 1.18.3

· 1 change

Bugfix Tool: ExUnit

Fix regression when diffing nested improper lists

Elixir 1.15.5

· 1 change

Bugfix Tool: ExUnit

Fix scenario where diff would not show up due to a timed-out loop

Elixir 1.12.0

· 1 change

Bugfix Tool: ExUnit

Fix cases where the diffing algorithm would fail to print a pattern correct

Elixir 1.11.0

· 2 changes

Bugfix Tool: ExUnit

Do not crash when failing to eval/inspect struct

Bugfix Tool: ExUnit

Properly diff numbers in respect to == and === operators

Elixir 1.7.0

· 1 change

Enhancement Tool: ExUnit

Improve diffing of lists when one list is a subset of the other

Elixir 1.4.3

· 1 change

Bugfix Tool: ExUnit

Do not fail when comparing maps with nil or boolean keys

Elixir 1.4.0

· 1 change

Enhancement Tool: ExUnit

Use red or green background for whitespace-only diffs

Elixir 1.3.2

· 1 change

Bugfix Tool: ExUnit

Ensure no leading or trailing when diffing some maps