branch: elpa/pacmacs
commit 31de5696563e2d2e499854eb15bde5e65abe60be
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 e96b7ed392..44072a7efb 100644
--- a/test/pacmacs-image-test.el
+++ b/test/pacmacs-image-test.el
@@ -93,4 +93,7 @@
                   '(nil nil nil nil t nil t nil))))
   (should (equal '(t t t t nil nil nil nil)
                  (pacmacs--normalize-wall-bits
-                  '(t t t t nil t nil t)))))
+                  '(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)))))

Reply via email to