* bug#72153: Test name is evaluated twice
@ 2024-07-17 10:17 Tomas Volf
0 siblings, 0 replies; only message in thread
From: Tomas Volf @ 2024-07-17 10:17 UTC (permalink / raw)
To: 72153
[-- Attachment #1: Type: text/plain, Size: 548 bytes --]
Hello,
given a test of
(test-assert (pk "foo")
#t)
the test name is evaluated twice:
;;; ("foo")
;;; ("foo")
test-name: foo
location: test.scm:194
source:
+ (test-assert (pk "foo") #t)
actual-value: #t
result: PASS
That does not seem to be allowed by SRFI-64. I do not believe this is limited
to test-assert, I managed to reproduce with test-equal as well.
Have a nice day,
Tomas Volf
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-17 10:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 10:17 bug#72153: Test name is evaluated twice Tomas Volf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).