Add test for let
This commit is contained in:
parent
32d0313681
commit
009ec0d0cd
1 changed files with 4 additions and 0 deletions
4
t/let.t
Normal file
4
t/let.t
Normal file
|
@ -0,0 +1,4 @@
|
|||
(let ((a 5) (b 6))
|
||||
(expect "a is 5" (= a 5))
|
||||
(expect "b is 6" (= b 6))
|
||||
)
|
Loading…
Reference in a new issue