This website requires JavaScript.
Explore
Help
Sign in
madmaurice
/
Minilisp.pm
Watch
1
Star
1
Fork
You've already forked Minilisp.pm
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
ba0915f384
Minilisp.pm
/
t
/
cond.t
9 lines
185 B
Perl
Raw
Normal View
History
Unescape
Escape
Add plan to each test
2021-04-09 00:01:27 +02:00
(
plan
1
)
Fix cond.t cond.t was not actually using equal but cond works anyway.
2021-04-08 22:10:58 +02:00
(
expect
"cond"
(
equal
'
ok
(
cond
(
(
>
1
2
)
'
fail
)
(
nil
'
fail
)
(
(
zerop
0
)
'
ok
)
(
t
'
fail
)
)
)
)
Reference in a new issue
Copy permalink