blefloch / latex-unravel

Watching TeX digest tokens
24 stars 1 forks source link

Implicit character in csname construction #14

Closed blefloch closed 8 years ago

blefloch commented 8 years ago

Implicit character tokens should not be allowed in a \csname...\endcsname construction. But unravel accepts the following:

\unravel{\let\*=+\csname\*\endcsname}

instead of breaking with a "Missing \endcsname" error.