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.
While comparing the test runs between perl and rust, noticed that the same unexpected error showed up in both. Namely when converting the test
We get:
Looks like a regression, possibly informative one? pdftex converts the file without any unusual messages.