-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Elixir and Erlang/OTP versions
Today I spotted a strange diff in my tests.
One element of a list was missing but the diff highlights more elements.
Tested on main.

Operating system
linux
Current behavior
assert [:b, :c, :d] == [:a, :b, :c, :d]
assert [:b, :c] == [:a, :b, :c]
Expected behavior
I don't expect the last element to be highlighted.
Metadata
Metadata
Assignees
Labels
No labels