tonini / alchemist.el

Elixir Tooling Integration Into Emacs
http://www.alchemist-elixir.org
906 stars 102 forks source link

Fix `alchemist-test-{next,previous}-result` in test report #274

Closed rranelli closed 7 years ago

rranelli commented 7 years ago

When calling alchemist-test-{next,previous}-result with more than 10 test failures, the jump cycles through failures 1-9. This happens because the regex that matches the errors consider a fixed number of spaces which are not the same after the 10th error.

This commit changes the regexp to allow jumping through all test errors

tonini commented 7 years ago

Thank you @rranelli 💚