emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fix/ert-multiline-explanation


From: Phillip Lord
Subject: fix/ert-multiline-explanation
Date: Wed, 21 Oct 2015 21:43:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

I would appreciate feedback on whether the change on
fix/ert-multiline-explanation would be a good one.

At the moment, ert allows you to attach explanation functions to explain
why tests have failed. Unfortunately, these explanations are printed out
using "pp" which escapes new lines. So multiline explanations are,
largely, unreadable.

So this patch ignores the value of pp-escape-newlines and resets it to
nil for the duration.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]