Skip to content

Commit 769414f

Browse files
committed
Extend pacmacs--normalize-wall-bits UT
1 parent 31de569 commit 769414f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/pacmacs-image-test.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,7 @@
9696
'(t t t t nil t nil t))))
9797
(should (equal '(t t t t nil nil nil nil)
9898
(pacmacs--normalize-wall-bits
99-
'(t t t t t nil t nil)))))
99+
'(t t t t t nil t nil))))
100+
(should (equal '(t t t t nil nil nil nil)
101+
(pacmacs--normalize-wall-bits
102+
'(t t t t t t t t)))))

0 commit comments

Comments
 (0)