We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d57fe0 commit c07ae4cCopy full SHA for c07ae4c
examples/factorial-123-wrap.lisp
@@ -39,6 +39,10 @@
39
(assert-equal (factorial-3 three) (mul three two))
40
(assert-equal (factorial-3 four) (mul four (mul three two)))
41
42
+(assert-not-same factorial-1 factorial-2)
43
+(assert-not-same factorial-1 factorial-3)
44
+(assert-not-same factorial-2 factorial-3)
45
+
46
(assert-equal factorial-1 factorial-2)
47
(assert-equal factorial-1 factorial-3)
48
(assert-equal factorial-2 factorial-3)
0 commit comments