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