Skip to content

Commit

Permalink
Usually symbols are compared using eq?
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Jul 3, 2024
1 parent ca75bab commit 236f4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assert-r5rs.scm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
(assert-equal number->string = expected actual))

(define (assert-symbol= expected actual)
(assert-equal symbol->string symbol=? expected actual))
(assert-equal symbol->string eq? expected actual))

(define (assert-string= expected actual)
(assert-equal values string=? expected actual))
Expand Down

0 comments on commit 236f4c0

Please sign in to comment.