hamacs/snippets/org-mode/emacs-lisp-test
Howard Abrams f1fa3742a0 Changing snippets to # instead of <
This reduces the conflicts and is just as unique.
2024-08-07 22:17:37 -07:00

8 lines
128 B
Text

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