Skip to content

Commit

Permalink
adding symbol assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
bsene committed Jun 22, 2024
1 parent 24746fd commit 167249a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assert-r5rs.scm
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
(define (assert= expected actual)
(assert-equal number->string = expected actual))

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

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

Expand Down

0 comments on commit 167249a

Please sign in to comment.