brucemiller / LaTeXML

LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
http://dlmf.nist.gov/LaTeXML/
Other
961 stars 101 forks source link

pdftex_expanded test regression #2335

Closed dginev closed 7 months ago

dginev commented 8 months ago

While comparing the test runs between perl and rust, noticed that the same unexpected error showed up in both. Namely when converting the test

$ latexml t/expansion/pdftex_expanded.tex

We get:

Error:expected:{ Expected opening '{' at pdftex_expanded.tex; line 57 col 16
Error:unexpected:<endgroup> Attempt to pop last locked stack frame at pdftex_expanded.tex; line 57 col 0

Looks like a regression, possibly informative one? pdftex converts the file without any unusual messages.