branch: elpa/lua-mode
commit 3f673651b965078e32295a7b398bd73594c14510
Author: Serghei Iakovlev <[email protected]>
Commit: Serghei Iakovlev <[email protected]>
Renamed word “Result” to “Actual” in matcher's message
For more see: https://github.com/immerrr/lua-mode/pull/164
---
test/utils.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/utils.el b/test/utils.el
index 00e0118..b5ef98e 100644
--- a/test/utils.el
+++ b/test/utils.el
@@ -20,7 +20,7 @@ Fontification check failed for:
Fontification check failed on line %d for:
%S
Expected faces: %S
- Result faces: %S"
+ Actual faces: %S"
lineno text (car expected-faces) (car result-faces)))
(setq expected-faces (cdr expected-faces)
result-faces (cdr result-faces)