Created
August 25, 2018 09:42
-
-
Save nxtr/fbb15ac46db87b961bae5c4c0c08d429 to your computer and use it in GitHub Desktop.
EVM_EMACS=emacs-24.3-travis,Test all-completions condition: (invalid-function (a b)), Test all-completions backtrace: (a b)("" nil t) all-completions("" (a b) nil)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ert-deftest all-completions () | |
(should | |
(equal '("a" "b") (all-completions "" '(a b) nil)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment