On Mon, Nov 25, 2019 at 02:05:39AM +0100, Tadziu Hoffmann wrote:
> 
> 
> > It seems groff expands to b\[u00F6]\fPld instead of b\[u00F6]ld\fP.
> 
> If I print out the text using .tm, I get
> 
>   \f3b\[u00f6\fPld]
> 
> so it seems that the string argument scanner stops at the first "]",
> passing "b\[u00f6" to MyBLD as argument, which then results in the
> "missing ']'" error.  If you quote the argument, the scanner correctly
> collects all text until the ending quote, and then terminates with
> the following "]", giving the correct argument "b\[u00f6]ld".
> 
> 
Yes. But is this to be considered a bug, or a feature?

Reply via email to