mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00: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…
Reference in New Issue
Block a user