Get the first codepoint instead of the first char when using the toUnicode map#19184
Get the first codepoint instead of the first char when using the toUnicode map#19184calixteman merged 1 commit intomozilla:masterfrom
Conversation
|
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 1 Live output at: http://54.241.84.105:8877/567e2f58b2c6e0d/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 1 Live output at: http://54.193.163.58:8877/a8dddbb0598dacd/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/567e2f58b2c6e0d/output.txt Total script time: 29.06 mins
|
3e54b40 to
5dce6a3
Compare
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/a8dddbb0598dacd/output.txt Total script time: 51.12 mins
|
Snuffleupagus
left a comment
There was a problem hiding this comment.
Hopefully this won't break something where our test-coverage is lacking, but I suppose that we'll need to land this to find out if that's the case.
r=me, thank you.
…icode map It fixes mozilla#19182.
5dce6a3 to
6fe6b6d
Compare
|
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/7bac121055bdb73/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/dde62a4f50cf9b5/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/7bac121055bdb73/output.txt Total script time: 17.34 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/dde62a4f50cf9b5/output.txt Total script time: 26.64 mins
|
Verifies that ToUnicodeMap correctly maps Extension B characters to their full Unicode code points using codePointAt See PR mozilla#19184
Verifies that ToUnicodeMap correctly maps Extension B characters to their full Unicode code points using codePointAt See PR mozilla#19184
It fixes #19182.