1
0
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:
Nathan Downs 2018-06-04 16:49:37 -07:00
parent 2d61310f86
commit 81e67331c4

View File

@ -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