-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Handle ranges that "overflow" the last byte in CMap.mapBfRange
(bug 1627427)
#14180
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
Conversation
Maybe you could just add a test similar to: Line 1659 in 0aaa4e3
|
bd7a1fe
to
c4b8a5f
Compare
Sure, I've added a unit-test as well. |
/botio test |
c4b8a5f
to
aa1b786
Compare
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.241.84.105:8877/56e086c9916fdeb/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/56e086c9916fdeb/output.txt Total script time: 4.55 mins Published |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/ca8b915d2dc9e11/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.193.163.58:8877/bf3473665023f8a/output.txt |
const text = mergeText(items); | ||
|
||
expect(text).toEqual( | ||
"침하게 흐린 품이 눈이 올 듯하더니 눈은 아니 오고 얼다가 만 비가 추" |
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.
I get the exact same string in Acrobat.
I don't have the skills to evaluate the patch itself but at least it works.
I agree with you and at the same I'm not sure to be able to detect a visual regression with a glyph in a language I don't know at all. |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/ca8b915d2dc9e11/output.txt Total script time: 22.95 mins
Image differences available at: http://54.241.84.105:8877/ca8b915d2dc9e11/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/bf3473665023f8a/output.txt Total script time: 41.20 mins
Image differences available at: http://54.193.163.58:8877/bf3473665023f8a/reftest-analyzer.html#web=eq.log |
Thank you for fixing this! |
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/34e362e5917a993/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/9fa7e5c5bbc5bc3/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/34e362e5917a993/output.txt Total script time: 20.69 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/9fa7e5c5bbc5bc3/output.txt Total script time: 38.87 mins
|
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1627427