aboutsummaryrefslogtreecommitdiff
path: root/test/command/9555.md
AgeCommit message (Collapse)Author
2024-03-10Fix test for #9555.John MacFarlane
2024-03-10LaTeX reader: improve tokenization of `@`.John MacFarlane
Make tokenization sensitive to `\makeatletter`/`\makeatother`. Previously we just always treated `@` as a letter. This led to bad results, e.g. with the sequence `\@`. E.g., `a\@ b` would parse as "ab" and `a\@b` as "a". Closes #9555.