chore: update snapshot

pull/568/head^2
Anthony Fu 2022-12-27 19:41:01 +01:00
rodzic 4d21d27f94
commit e97068f000
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ exports[`content-rich > empty 1`] = `""`;
exports[`content-rich > link + mention 1`] = `
"<p>
Happy 🤗 were now using
Happy <em-emoji native=\\"🤗\\"></em-emoji> were now using
<span class=\\"h-card\\"
><a
class=\\"u-url mention\\"

Wyświetl plik

@ -77,7 +77,7 @@ code block
exports[`html-parse > link + mention > html 1`] = `
"<p>
Happy 🤗 were now using
Happy <em-emoji native=\\"🤗\\"></em-emoji> were now using
<span class=\\"h-card\\"
><a
href=\\"https://mas.to/@vitest\\"
@ -100,4 +100,4 @@ exports[`html-parse > link + mention > html 1`] = `
"
`;
exports[`html-parse > link + mention > text 1`] = `"Happy 🤗 were now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203"`;
exports[`html-parse > link + mention > text 1`] = `"Happy were now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203"`;