mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #19100 from Rob--W/test-trailing-whitespace-fixup
Drop trailing whitespace from test/unit/api_spec.js
This commit is contained in:
commit
079eb24621
1 changed files with 3 additions and 3 deletions
|
@ -2438,19 +2438,19 @@ describe("api", function () {
|
|||
const manifesto = `
|
||||
The Mozilla Manifesto Addendum
|
||||
Pledge for a Healthy Internet
|
||||
|
||||
|
||||
The open, global internet is the most powerful communication and collaboration resource we have ever seen.
|
||||
It embodies some of our deepest hopes for human progress.
|
||||
It enables new opportunities for learning, building a sense of shared humanity, and solving the pressing problems
|
||||
facing people everywhere.
|
||||
|
||||
|
||||
Over the last decade we have seen this promise fulfilled in many ways.
|
||||
We have also seen the power of the internet used to magnify divisiveness,
|
||||
incite violence, promote hatred, and intentionally manipulate fact and reality.
|
||||
We have learned that we should more explicitly set out our aspirations for the human experience of the internet.
|
||||
We do so now.
|
||||
`.repeat(100);
|
||||
expect(manifesto.length).toEqual(80500);
|
||||
expect(manifesto.length).toEqual(79300);
|
||||
|
||||
let loadingTask = getDocument(buildGetDocumentParams("empty.pdf"));
|
||||
let pdfDoc = await loadingTask.promise;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue