blefloch / latex-unravel

Watching TeX digest tokens
24 stars 1 forks source link

\tl_if_in:nnTF fails #27

Closed blefloch closed 6 years ago

blefloch commented 6 years ago

\tl_if_in:nnTF defines an auxiliary and this is clobbered by unravel's own use of some tl functions.

\RequirePackage{unravel}
\ExplSyntaxOn
\unravel{\tl_if_in:nnTF { abc } { a } { } { } }

breaks after Step 13.