[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] "make check" reports a failure on test-org/insert-heading @ d5
From: |
Jens Schmidt |
Subject: |
Re: [BUG] "make check" reports a failure on test-org/insert-heading @ d5ee33f (this time with Emacs 29) |
Date: |
Thu, 24 Aug 2023 14:08:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 |
On 2023-08-24 13:41, Ihor Radchenko wrote:
> Jens Schmidt <jschmidt4gnu@vodafonemail.de> writes:
>
>> Seems the insert-heading-issue is still struggling, this time during
>> a "make check" @ d5ee33fed8dd80d3f9f9811d86a73827fde80780 using Emacs 29:
>> ...
>> FAILED 998/1094 test-org/insert-heading (0.018306 sec) at
>> ../lisp/test-org.el:1845
>
> I cannot reproduce on my system. Using Emacs 29.
> Our CI tests are also not failing.
Not a bug, my bad: I keep forgetting about `delete-trailing-whitespace'
on my `before-save-hook'.
Would you mind if I added a test that explicitly and with some nice
error message tests for that condition? I.e. if some unwary user
strips off trailing whitespace in test-org.el, that test would fail
with a reasonable message.