chore: update snapshot
parent
6388b5287c
commit
2f8e47c947
|
@ -36,7 +36,7 @@ exports[`content-rich > empty 1`] = `""`;
|
|||
|
||||
exports[`content-rich > link + mention 1`] = `
|
||||
"<p>
|
||||
Happy <em-emoji native=\\"🤗\\"></em-emoji> we’re now using
|
||||
Happy <em-emoji native=\\"🤗\\" fallback=\\"🤗\\"></em-emoji> we’re now using
|
||||
<span class=\\"h-card\\"
|
||||
><a
|
||||
class=\\"u-url mention\\"
|
||||
|
|
|
@ -55,15 +55,10 @@ exports[`html-parse > custom emoji > html 1`] = `
|
|||
exports[`html-parse > custom emoji > text 1`] = `"Daniel Roe :nuxt:"`;
|
||||
|
||||
exports[`html-parse > emojis > html 1`] = `
|
||||
"🇫🇷 👨<em-emoji native=\\"\\" fallback=\\"\\"></em-emoji>👩<em-emoji
|
||||
native=\\"\\"
|
||||
fallback=\\"\\"
|
||||
></em-emoji
|
||||
>👦 👩<em-emoji native=\\"\\" fallback=\\"\\"></em-emoji>🚒🧑🏽<em-emoji
|
||||
native=\\"\\"
|
||||
fallback=\\"\\"
|
||||
></em-emoji
|
||||
>🚀
|
||||
"<em-emoji native=\\"🇫🇷\\" fallback=\\"🇫🇷\\"></em-emoji>
|
||||
<em-emoji native=\\"👨👩👦\\" fallback=\\"👨👩👦\\"></em-emoji>
|
||||
<em-emoji native=\\"👩🚒\\" fallback=\\"👩🚒\\"></em-emoji
|
||||
><em-emoji native=\\"🧑🏽🚀\\" fallback=\\"🧑🏽🚀\\"></em-emoji>
|
||||
"
|
||||
`;
|
||||
|
||||
|
@ -92,7 +87,7 @@ code block
|
|||
|
||||
exports[`html-parse > link + mention > html 1`] = `
|
||||
"<p>
|
||||
Happy <em-emoji native=\\"🤗\\"></em-emoji> we’re now using
|
||||
Happy <em-emoji native=\\"🤗\\" fallback=\\"🤗\\"></em-emoji> we’re now using
|
||||
<span class=\\"h-card\\"
|
||||
><a
|
||||
href=\\"https://mas.to/@vitest\\"
|
||||
|
|
Loading…
Reference in New Issue