Skip to content

Commit

Permalink
fix unit tests #324
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 3, 2024
1 parent 9bc72c9 commit e182c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/quotation.scm
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@

(define (foo x) x)

(t.is (eval (cadr (bar))) '(list 1 2 3))))
(t.is (eval (cadr (bar)) (current-environment)) '(list 1 2 3))))

(let ((fun (lambda (a b)
(if (number? a)
Expand Down

0 comments on commit e182c95

Please sign in to comment.