On Sun, Jan 16, 2022 at 04:07:35PM +0100, [email protected] wrote: > On Sun, Jan 16, 2022 at 04:05:09PM +0100, [email protected] wrote: > > On Sun, Jan 16, 2022 at 02:30:22PM +0000, Gavin Smith wrote: > > > > > > Hello Werner I have committed your addition to texinfo.tex as well > > > as the change for HTML output (commit cbc6972b5). > > > > The new test result seems to be the test result without the commit. > > > > I will update it and commit, please check if I did a mistake. > > Nevermind that, I don't know what happened, but the issue was on my > side, as if HTML.pm had not been synced to the disk or something...
Actually, there is a difference between the C parser and the perl parser, the perl parser consider those spaces as space too, which is not surprising given that \s is used a lot in regexp where the C parser probably check the characters... I will investigate. -- Pat
