aboutsummaryrefslogtreecommitdiff
path: root/test/command/7434.md
AgeCommit message (Collapse)AuthorFilesLines
2021-07-11Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).John MacFarlane1-0/+15
We now use source positions from the token stream to tell us how much of the text stream to consume. Getting this to work required a few other changes to make token source positions accurate. Closes #7434.