Merge branch 'better-still-emoji' into shigusegubu

* better-still-emoji:
  added tests just in case
This commit is contained in:
Henry Jameson 2021-06-16 02:12:41 +03:00
commit 932e9747b2

View file

@ -705,17 +705,17 @@ describe('RichContent', () => {
].join('') ].join('')
const expected = [ const expected = [
p( p(
'<span class="MentionsLine">' '<span class="MentionsLine">',
'<mentionslink-stub url="lol" content="', '<mentionlink-stub content="',
'<span>', '<span>',
'https://</span>', 'https://</span>',
'<span>', '<span>',
'lol.tld/</span>', 'lol.tld/</span>',
'<span>', '<span>',
'</span>', '</span>',
'">', '" url="lol" class="mention-link">',
'</mentionlink-stub>', '</mentionlink-stub>',
'">', '<!---->', // v-if placeholder
'</span>' '</span>'
), ),
p( p(