help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: 25.0.50.1, ert: (should (bolp)) fails in batch-mode


From: Nicolas Richard
Subject: Re: 25.0.50.1, ert: (should (bolp)) fails in batch-mode
Date: Fri, 18 Sep 2015 13:10:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
> noticed a form
>
> (should (bolp))
>
> failed in ert test when called in batch-mode, while
>
> (should (eq 0 (current-indentation)))

This is not about the current position : it only checks that the first
character of the line is not a whitespace character.

-- 
Nico.



reply via email to

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