Fix a typo in the logic test
This commit is contained in:
parent
13f66aea14
commit
bb5e124706
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@
|
|||
;; "and" is short-circuiting and should stop evaluation on first "false"
|
||||
(assert (= (and false (/ 1 0)) false))
|
||||
|
||||
;; "and" is short-circuiting and should stop evaluation on first "true"
|
||||
;; "or" is short-circuiting and should stop evaluation on first "true"
|
||||
(assert (or true (/ 1 0)))
|
||||
|
|
Loading…
Reference in a new issue