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
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