Skip to content

Instantly share code, notes, and snippets.

@nxtr
Created August 25, 2018 09:42
Show Gist options
  • Save nxtr/fbb15ac46db87b961bae5c4c0c08d429 to your computer and use it in GitHub Desktop.
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)
(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