hamacs/snippets/org-mode/emacs-lisp-test
Howard Abrams 2317cc5d37 Going back to <... for Yasnippet expansions
And I need to make these uppercase if I'm going to officially publish
a book on the subject.
2024-08-17 22:30:27 -07:00

8 lines
132 B
Text

# name: emacs-lisp-test
# key: <slt
# --
#+BEGIN_SRC emacs-lisp :tangle no
(ert-deftest $1-test ()
(should (= $0)))
#+END_SRC