In the test below, the second assert is indented incorrectly. It seems to happen when there are binaries on the previous line. I'm using master (c862996) on emacs 24.3.1.
defmodule ExampleTest do
use ExUnit.Case
doctest Example
test "the truth" do
assert <<1,2>> == <<1,2>>
assert 1 + 1 == 2
end
end
I'll try and see if I can figure something out myself - but elisp is a bit of a mystery to me. Let me know if I can do anything to help.