Initial commit.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# name: test
|
||||
# key: test
|
||||
# --
|
||||
(deftest $1
|
||||
(is (= $2))$>
|
||||
$0)$>
|
Reference in New Issue
Block a user
@@ -0,0 +1,6 @@
|
||||
# name: test
|
||||
# key: test
|
||||
# --
|
||||
(deftest $1
|
||||
(is (= $2))$>
|
||||
$0)$>
|