mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
When generating new references locally on Windows, after PR 6724, I get the following output: ``` WARNING: Unable to open file for reading "Error: ENOENT, open 'c:\Users\Jonas\Git\pdfjs\test\pdfs\issue_3694_reduced.pdf'". Unable to verify the checksum for the files that are used for testing. Please re-download the files, or adjust the MD5 checksum in the manifest for the files listed above. ``` Compared to the name of the file (`issue3694_reduced.pdf`), you see that the manifest entry has a superfluous underscore in the "file" entry.