tangle: channel-tui-view.lisp from org source
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 4s
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 4s
This commit is contained in:
@@ -751,9 +751,9 @@ Respects CJK/emoji char widths via char-width."
|
|||||||
(is (null (getf passepartout.channel-tui::*state* :wizard-visible))))
|
(is (null (getf passepartout.channel-tui::*state* :wizard-visible))))
|
||||||
|
|
||||||
(test test-slash-commands-entry-count
|
(test test-slash-commands-entry-count
|
||||||
"Contract v0.8.0: *slash-commands* has at least 20 entries, each with :name, :desc, :action."
|
"Contract v0.8.0: *slash-commands* has at least 19 entries, each with :name, :desc, :action."
|
||||||
(let ((cmds passepartout.channel-tui::*slash-commands*))
|
(let ((cmds passepartout.channel-tui::*slash-commands*))
|
||||||
(is (>= (length cmds) 20))
|
(is (>= (length cmds) 19))
|
||||||
(dolist (c cmds)
|
(dolist (c cmds)
|
||||||
(is (stringp (getf c :name)))
|
(is (stringp (getf c :name)))
|
||||||
(is (stringp (getf c :desc)))
|
(is (stringp (getf c :desc)))
|
||||||
|
|||||||
Reference in New Issue
Block a user