Skip to content

Commit

Permalink
I altered it further
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKnauth committed Nov 30, 2021
1 parent df110da commit aa6e895
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/std/sugar-test.ss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(export sugar-test)

(import :std/test
:std/pregexp
:std/srfi/115
:std/sugar)

(def sugar-test
Expand Down Expand Up @@ -65,9 +65,9 @@
(def l ['stack 'of 'hay])
(check-exception (assert! (member e l))
(lambda (e)
(pregexp-match
(regexp-match?
(string-append
"Assertion failed \"src/std/sugar-test.ss\"@66.31: \\(member e l\\)\n"
"Assertion failed \"sugar-test.ss\"@66.31: \\(member e l\\)\n"
" e => 'needle\n"
" l => \\['stack 'of 'hay\\]\n")
(error-message e)))))
Expand Down

0 comments on commit aa6e895

Please sign in to comment.