emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bnf-mode da9109f 04/12: Fixed messge for cutom buttercu


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode da9109f 04/12: Fixed messge for cutom buttercup matcher
Date: Wed, 12 May 2021 18:44:08 -0400 (EDT)

branch: externals/bnf-mode
commit da9109f02f29adfb5bf974f46e9aacf256653651
Author: Serghei Iakovlev <egrep@protonmail.ch>
Commit: Serghei Iakovlev <egrep@protonmail.ch>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]