Welcome! Please see the About page for a little more info on how this works.

0 votes
in Test by
closed by

The function symbol is not correctly quoted in the construction of the :actual value in a :pass type map for clojure.test.

It currently produces {{(list = 1 1)}} instead of {{(list '= 1 1)}} for an {{(is (= 1 1))}} test.

I haven't been able to come up with a workaround for this.

closed with the note: Released in 1.11.0-alpha4

2 Answers

0 votes
by

Comment made by: alexmiller

Repro case would be useful...

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-1379 (reported by hugoduncan)
...