[luatex] \showtokens oddities

Joseph Wright joseph.wright at morningstar2.co.uk
Mon May 19 23:21:35 CEST 2014


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?
-- 
Joseph Wright



More information about the luatex mailing list