pandoc-3.10.1: test/command/11758.md
```
% pandoc -t texinfo
[a.b](url)
[a,b](url)
^D
@node Top
@top Top
@uref{url,a.b}
@uref{url,a@comma{}b}
```
```
% pandoc -t texinfo
[a.b](url)
[a,b](url)
^D
@node Top
@top Top
@uref{url,a.b}
@uref{url,a@comma{}b}
```