On 19 May 2014, at 23:21, Joseph Wright <[email protected]>
wrote:
> Hello all,
>
> Testing a small example
>
> \def\foo#1{\showtokens{#1}}
> \foo{bar}
>
> I find odd output with LuaTeX:
>
>> bar.
> \foo #1^^@-\showtokens {#1}
>
> (TL2014 pretest) while pdfTeX/XeTeX give the more reasonable
>
>> bar.
> \foo #1->\showtokens {#1}
>
> I'm guessing this is not deliberate: know issue?
No, that appears to be a new report, thanks. Added to the tracker:
http://tracker.luatex.org/view.php?id=898
Best wishes,
Taco