hamacs/snippets/org-mode/emacs-lisp-test

8 lines
128 B
Text
Raw Normal View History

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