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('')
|
||||
const expected = [
|
||||
p(
|
||||
'<span class="MentionsLine">'
|
||||
'<mentionslink-stub url="lol" content="',
|
||||
'<span class="MentionsLine">',
|
||||
'<mentionlink-stub content="',
|
||||
'<span>',
|
||||
'https://</span>',
|
||||
'<span>',
|
||||
'lol.tld/</span>',
|
||||
'<span>',
|
||||
'</span>',
|
||||
'">',
|
||||
'" url="lol" class="mention-link">',
|
||||
'</mentionlink-stub>',
|
||||
'">',
|
||||
'<!---->', // v-if placeholder
|
||||
'</span>'
|
||||
),
|
||||
p(
|
||||
|
|
Loading…
Add table
Reference in a new issue