Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldps committed Mar 19, 2024
1 parent dc99a52 commit 912666c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wrapEmoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('#wrapEmoji', function () {
})

it('tags all emojis in multiline text', function () {
expect(wrapEmoji('πŸ’― ab\ncπŸ˜…def\nπŸ˜‚')).to.eq('<span class="wmE">πŸ’―</span> ab\nc<span class="wmE">πŸ˜…</span>def\n <span class="wmE">πŸ˜‚</span>')
expect(wrapEmoji('πŸ’― ab\ncπŸ˜…def\n πŸ˜‚')).to.eq('<span class="wmE">πŸ’―</span> ab\nc<span class="wmE">πŸ˜…</span>def\n <span class="wmE">πŸ˜‚</span>')
})

it('tags sequential emojis in a single tag', function () {
Expand Down

0 comments on commit 912666c

Please sign in to comment.