mirror of
https://github.com/twitter/twemoji.git
synced 2025-05-01 11:57:26 +09:00
Remove trailing whitespace
This commit is contained in:
parent
2d61310f86
commit
81e67331c4
@ -1917,7 +1917,7 @@ wru.test([{
|
|||||||
allIosEmoji.forEach(function (emoji) {
|
allIosEmoji.forEach(function (emoji) {
|
||||||
div.innerHTML = emoji;
|
div.innerHTML = emoji;
|
||||||
twemoji.parse(div);
|
twemoji.parse(div);
|
||||||
wru.assert('recognized as graphical',
|
wru.assert(`recognized as graphical`,
|
||||||
div.firstChild.className === 'emoji' &&
|
div.firstChild.className === 'emoji' &&
|
||||||
div.firstChild.getAttribute('draggable') === 'false' &&
|
div.firstChild.getAttribute('draggable') === 'false' &&
|
||||||
div.firstChild.getAttribute('alt') === emoji
|
div.firstChild.getAttribute('alt') === emoji
|
||||||
|
Loading…
x
Reference in New Issue
Block a user