Skip to content

Commit f6c4151

Browse files
committed
Remove too many comments
1 parent 8a71069 commit f6c4151

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/unit/latexmk/parse-error.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,16 @@ unitTest("Detect missing files with `findMissingFontsAndPackages`", async () =>
5252

5353
// Additional test cases from tinytex R package examples (latex.R lines 537-607)
5454
// https://github.com/rstudio/tinytex/blob/e96be3143b9af07768a124215b5fb5a1e6d183d3/R/latex.R#L538-L558
55-
// xdvipdfmx variant of TFM error
5655
assertFound('xdvipdfmx:fatal: Unable to find TFM file "rsfs10"', fontSearchTerm("rsfs10"));
57-
// biblatex bibliography style file
5856
assertFound("Package biblatex Info: ... file 'trad-abbrv.bbx' not found", "trad-abbrv.bbx");
59-
// epstopdf - eps-converted-to.pdf pattern
6057
assertFound("! Package pdftex.def Error: File `logo-mdpi-eps-converted-to.pdf' not found", "epstopdf");
61-
// epstopdf - pdf_ref_obj pattern
6258
assertFound("! xdvipdfmx:fatal: pdf_ref_obj(): passed invalid object.", "epstopdf");
63-
// tikz library with error context
6459
assertFound(
6560
"! Package tikz Error: I did not find the tikz library 'hobby'. This error message was issued because the library or one of its sublibraries could not be found, probably because of a misspelling. Processed options: \"library={hobby}\". The possibly misspelled library name is \"hobby\". The library name should be one of the following (or you misspelled it): named tikzlibraryhobby.code.tex",
6661
"tikzlibraryhobby.code.tex"
6762
);
68-
// support file missing
6963
assertFound("support file `supp-pdf.mkii' (supp-pdf.tex) is missing", "supp-pdf.mkii");
70-
// pdfx color profile error
7164
assertFound("! Package pdfx Error: No color profile sRGB_IEC61966-2-1_black_scaled.icc found", "colorprofiles.sty");
72-
// font definition file (converted to lowercase)
7365
assertFound("No file LGRcmr.fd. ! LaTeX Error: This NFSS system isn't set up properly.", "lgrcmr.fd");
7466
},{
7567
cwd: () => "unit/latexmk/"

0 commit comments

Comments
 (0)