unwanted space with `@url`

Werner LEMBERG <[email protected]>
Newsgroups gmane.comp.tex.texinfo.bugs
Message-ID <[email protected]>
[2051fde55ac67d92c0532c0483a657aef092b6cb]


Consider the following input.

```
\input texinfo

@top Top

(@uref{https://foo.bar/baz.html,
       baz})

(@uref{https://foo.bar/baz.html, baz})

@bye
```

If I process this with `texi2any --html`, I get the following in the
output

```
<p>(<a class="uref" href="https://foo.bar/baz.html">       baz</a>)
</p>
<p>(<a class="uref" href="https://foo.bar/baz.html">baz</a>)
</p>
```

Why is there a difference in whitespace handling?  This smells like a
bug.


    Werner
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.