Skip to content

Commit a61b633

Browse files
committed
Another bug in compile-literals.
1 parent cde767a commit a61b633

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

langs/outlaw/test/test-runner.rkt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@
666666
(check-equal? (run '(struct posn (x y))
667667
'(procedure? (posn 3 4)))
668668
#f)
669+
(check-equal? (run '(apply string-append (list "x")))
670+
"x")
669671
)
670672

671673

0 commit comments

Comments
 (0)