> Date: Sun, 15 Jun 2025 16:16:23 -0700
> From: Raymond Toy
>
> I also noticed that @example c is accepted. Should it be?
Yes. From the Texinfo manual:
You may optionally give arguments to the ‘@example’ command,
separated by commas if there is more than one. In the HTML output, any
In
https://www.gnu.org/software/texinfo/manual/texinfo/html_node/_0040lisp.html,
it says |@lisp| is the same as |@examle lisp|. In the generated HTML
file, visually, they produce the same thing. However, the html code is
quite different.
So for this test:
|@lisp (member :internal :external :
Commit a2be60e0154934 (today's date).
There are two test failures with TEXINFO_XS_STRUCTURE=0.
Under tta/perl:
$ TEXINFO_XS_STRUCTURE=0 make check
FAIL: t/transformations.t 145 - test_insert_nodes_nodedescription converted html
FAIL: t/transformations.t 160 -
test_insert_nodes_reallocated_node
On Sat, Jun 14, 2025 at 11:07:53PM +0100, Gavin Smith wrote:
> Commit e9a68e4d6a95f3a0f62 (today's date).
>
> I cannot regenerate the tta/perl tests (to test changes I am working on). If
> under tta/perl I run
>
> $ ../maintain/all_tests.sh generate
>
> I get an error message:
>
> ./t/02covera