-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always flush the current item with MarkedContent stuff when getting text (#15094) #15105
Conversation
test/unit/api_spec.js
Outdated
@@ -2275,6 +2277,24 @@ Caron Broadcasting, Inc., an Ohio corporation (“Lessee”).`) | |||
await loadingTask.destroy(); | |||
}); | |||
|
|||
it("gets text content with or without includeMarkedContent, and compare (issue 15094)", async function () { | |||
const loadingTask = getDocument(buildGetDocumentParams("issue15094.pdf")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems, as far as I can tell, that this issue is also reproducible using page 568 from the pdf.pdf
file that we already use in the test-suite.
So how about using that document/page here instead, to avoid adding a new test-file?
/botio unittest |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/7aeef2603ccb578/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/099eafb58bb2826/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/099eafb58bb2826/output.txt Total script time: 3.28 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/7aeef2603ccb578/output.txt Total script time: 14.40 mins
|
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.193.163.58:8877/bdafdb1f4f5e6be/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/e36237669d58f15/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/e36237669d58f15/output.txt Total script time: 25.95 mins
Image differences available at: http://54.241.84.105:8877/e36237669d58f15/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/bdafdb1f4f5e6be/output.txt Total script time: 29.58 mins
|
No description provided.