branch: externals/bnf-mode
commit da9109f02f29adfb5bf974f46e9aacf256653651
Author: Serghei Iakovlev <[email protected]>
Commit: Serghei Iakovlev <[email protected]>
Fixed messge for cutom buttercup matcher
---
test/utils.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/utils.el b/test/utils.el
index dcb8992..7b40fde 100644
--- a/test/utils.el
+++ b/test/utils.el
@@ -122,8 +122,8 @@ Fontification check failed for:
(buttercup-fail "\
Fontification check failed on line %d for:
%S
- Result faces: %S
- Expected faces: %S"
+ Expected faces: %S
+ Actual faces: %S"
lineno text (car expected-faces) (car result-faces)))
(setq expected-faces (cdr expected-faces)
result-faces (cdr result-faces)