We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1b559 commit 274a96eCopy full SHA for 274a96e
test/resize-window-test.el
@@ -31,7 +31,12 @@
31
resize-window-notify-with-messages ;suppress messages
32
(executed))
33
(resize-window--execute-action choice)
34
- (should executed)))
+ (should executed))
35
+
36
+ (let ((bad-arity '(?n (lambda (a b c) 1) "doc" nil))
37
+ resize-window-notify-with-messages)
38
+ ;; this is a bad arity test. it should not error.
39
+ (resize-window--execute-action bad-arity)))
40
41
(ert-deftest should-identify-which-allow-capital-matching ()
42
(should (resize-window--allows-capitals choice-capital))
0 commit comments