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) { 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