Closed Affonso-Gui closed 5 years ago
ci/circleci seems to be failing with
$ sudo apt-get install -qq -y texlive-latex-base ptex-bin latex2html nkf poppler-utils
E: Package 'ptex-bin' has no installation candidate
E: Unable to locate package latex2html
E: Unable to locate package nkf
Exited with code 100
but the standard tests are passing normally.
@k-okada Do we need to update something in the ci/circleci or is just a matter of timing?
@k-okada All tests are passing now! Thanks for the fix.
Fix the following bug, when
format
is interrupted withmismatch argument
error:This happens because the argument check included in
nextfarg
is done after theslashflag
is altered, leaving it stuck at1
after the error occurs.