[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74385: [PATCH 1/4] srfi-64: Fix maybe-print-prop.
From: |
Ludovic Courtès |
Subject: |
bug#74385: [PATCH 1/4] srfi-64: Fix maybe-print-prop. |
Date: |
Mon, 09 Dec 2024 18:04:01 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Tomas Volf <~@wolfsden.cz> skribis:
> Previously it always printed the property, regardless of whether it was set or
> not.
>
> * module/srfi/srfi-64.scm (test-on-test-end-simple)[maybe-print-prop]:
> Print only set properties.
[...]
> This will help to properly debug failing tests like:
>
> (test-equal "some failing test" "a b " "a b")
>
> Before there was no way to tell that one "a b" as extra trailing space, now
> there is.
>
> * module/srfi/srfi-64.scm (test-on-test-end-simple)['expected-value]
> ['expected-error, 'actual-value, 'actual-error]: Print using ~s.
> [maybe-print-prop]: Take the code for format as a parameter.
These two LGTM. Thanks!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#74385: [PATCH 1/4] srfi-64: Fix maybe-print-prop.,
Ludovic Courtès <=