Merge branch 'better-still-emoji' into shigusegubu
* better-still-emoji: added tests just in case
This commit is contained in:
commit
932e9747b2
1 changed files with 4 additions and 4 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue