branch: elpa/pacmacs
commit 769414fae00075cc928e4ad711dc7179c59ef2d6
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
Extend pacmacs--normalize-wall-bits UT
---
test/pacmacs-image-test.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/test/pacmacs-image-test.el b/test/pacmacs-image-test.el
index 44072a7efb..9937f17bcc 100644
--- a/test/pacmacs-image-test.el
+++ b/test/pacmacs-image-test.el
@@ -96,4 +96,7 @@
'(t t t t nil t nil t))))
(should (equal '(t t t t nil nil nil nil)
(pacmacs--normalize-wall-bits
- '(t t t t t nil t nil)))))
+ '(t t t t t nil t nil))))
+ (should (equal '(t t t t nil nil nil nil)
+ (pacmacs--normalize-wall-bits
+ '(t t t t t t t t)))))