Re: “bug: Nothing closed while a line context remains” with Texinfo 7.0.3

2023-04-19 Thread Arsen Arsenović
[CC += Patrice as the author of the original patch] Arsen Arsenović writes: > To my untrained-to-the-parser eyes, it seems like the parser is trying > to parse @end as part of @item and getting confused (whereas the > unaffected version parses @item first, with no argument, and then @end). > >

Re: “bug: Nothing closed while a line context remains” with Texinfo 7.0.3

2023-04-19 Thread Gavin Smith
On Wed, Apr 19, 2023 at 04:56:00PM +0200, Arsen Arsenović wrote: > Reduced test case: > > @table @asis > @item @end table > > This seems to happen only on the 7.0 branch (i.e. master is fine). > > To my untrained-to-the-parser eyes, it seems like the parser is trying > to parse @end as part of

Re: “bug: Nothing closed while a line context remains” with Texinfo 7.0.3

2023-04-19 Thread Arsen Arsenović
Hi Florian, Thanks for the report! Florian Weimer writes: > The attached file produces this error when being processed with > “makeinfo cc65.texi”: > > | You found a bug: Nothing closed while a line context remains > | - (document_root)[C43] > | > | > | Additional information: > | last locati