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