branch: elpa/buttercup commit b2edd3512e61762fecb520b45e50a86991c57358 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Change: (buttercup-define-matcher-for-binary-function) Add newlines Add newlines to expect-match-phrase to make output human-readable. --- buttercup.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/buttercup.el b/buttercup.el index 5a10099..fecc932 100644 --- a/buttercup.el +++ b/buttercup.el @@ -381,7 +381,17 @@ See also `buttercup-define-matcher'." (if explainer ;; %x is the undocumented substitution for the ;; explainer's output - "Expected `%A' to be `%f' to `%b', but instead it was `%a' which does not match because: %x." + "Expected: + `%A' + +to be `%f' to: + `%b' + +but instead it was: + `%a' + +which does not match because: + %x." "Expected `%A' to be `%f' to `%b', but instead it was `%a'."))) (unless expect-mismatch-phrase (setq expect-mismatch-phrase