# -*- mode: snippet -*- # name: emacs-lisp-test # key: #elt # -- #+BEGIN_SRC emacs-lisp (ert-deftest $1-test () (should (= $0))) #+END_SRC