2317cc5d37
And I need to make these uppercase if I'm going to officially publish a book on the subject.
8 lines
132 B
Text
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
|