2022-11-30 05:27:24 +00:00
// Vitest Snapshot v1
2022-11-30 06:50:47 +00:00
exports[`html-parse > code frame > html 1`] = `
2023-01-07 22:53:40 +00:00
"<p>Testing code block</p><p></p><p><pre><code class=\\"language-ts\\">import { useMouse, usePreferredDark } from '@vueuse/core'
2022-11-30 05:27:24 +00:00
// tracks mouse position
const { x, y } = useMouse()
// is the user prefers dark theme
2022-12-04 22:10:10 +00:00
const isDark = usePreferredDark()</code></pre></p>"
2022-11-30 05:27:24 +00:00
`;
2022-11-30 06:50:47 +00:00
exports[`html-parse > code frame > text 1`] = `
"Testing code block
2023-01-07 22:53:40 +00:00
2022-11-30 06:50:47 +00:00
\`\`\`ts
2022-12-05 00:15:17 +00:00
import { useMouse, usePreferredDark } from '@vueuse/core'
2022-11-30 06:50:47 +00:00
// tracks mouse position
const { x, y } = useMouse()
// is the user prefers dark theme
const isDark = usePreferredDark()
\`\`\`"
`;
exports[`html-parse > code frame 2 > html 1`] = `
2022-11-30 05:27:24 +00:00
"<p>
<span class=\\"h-card\\"
2023-01-05 07:21:09 +00:00
><a
href=\\"https://mas.to/@antfu\\"
class=\\"u-url mention\\"
rel=\\"nofollow noopener noreferrer\\"
target=\\"_blank\\"
2022-11-30 05:27:24 +00:00
>@<span>antfu</span></a
></span
>
Testing<br />
2022-12-04 22:10:10 +00:00
<pre><code class=\\"language-ts\\">const a = hello</code></pre>
2022-11-30 05:27:24 +00:00
</p>
"
`;
2022-11-30 06:50:47 +00:00
exports[`html-parse > code frame 2 > text 1`] = `
"@antfu Testing
\`\`\`ts
const a = hello
\`\`\`"
`;
exports[`html-parse > custom emoji > html 1`] = `
2022-11-30 05:27:24 +00:00
"Daniel Roe
<img
src=\\"https://media.mas.to/masto-public/cache/custom_emojis/images/000/288/667/original/c96ba3cb0e0e1eac.png\\"
alt=\\":nuxt:\\"
class=\\"custom-emoji\\"
2022-11-30 06:50:47 +00:00
data-emoji-id=\\"nuxt\\"
2022-11-30 05:27:24 +00:00
/>
"
`;
2023-01-02 04:53:53 +00:00
exports[`html-parse > custom emoji > text 1`] = `"Daniel Roe :nuxt:"`;
2022-11-30 06:50:47 +00:00
2022-12-27 20:42:58 +00:00
exports[`html-parse > emojis > html 1`] = `
2023-01-02 04:53:53 +00:00
"<img
src=\\"/emojis/twemoji/1f1eb-1f1f7.svg\\"
alt=\\"🇫🇷\\"
class=\\"iconify-emoji iconify-emoji--twemoji\\"
/>
<img
src=\\"/emojis/twemoji/1f468-200d-1f469-200d-1f466.svg\\"
alt=\\"👨👩👦\\"
class=\\"iconify-emoji iconify-emoji--twemoji\\"
/>
<img
src=\\"/emojis/twemoji/1f469-200d-1f692.svg\\"
alt=\\"👩🚒\\"
class=\\"iconify-emoji iconify-emoji--twemoji\\"
/><img
src=\\"/emojis/twemoji/1f9d1-1f3fd-200d-1f680.svg\\"
alt=\\"🧑🏽🚀\\"
class=\\"iconify-emoji iconify-emoji--twemoji\\"
/>
2022-12-27 20:42:58 +00:00
"
`;
exports[`html-parse > emojis > text 1`] = `"🇫🇷 👨👩👦 👩🚒🧑🏽🚀"`;
2022-11-30 06:50:47 +00:00
exports[`html-parse > empty > html 1`] = `""`;
exports[`html-parse > empty > text 1`] = `""`;
2022-11-30 05:27:24 +00:00
2022-12-20 00:23:06 +00:00
exports[`html-parse > html entities > html 1`] = `
"<p>Hello <World />.</p>
"
`;
exports[`html-parse > html entities > text 1`] = `"Hello <World />."`;
2023-01-07 22:53:40 +00:00
exports[`html-parse > inline markdown > html 1`] = `"<p>text <code>code</code> <b>bold</b> <em>italic</em> <del>del</del></p><p></p><p><pre><code class=\\"language-js\\">code block</code></pre></p>"`;
2022-11-30 05:27:24 +00:00
2022-11-30 06:50:47 +00:00
exports[`html-parse > inline markdown > text 1`] = `
"text \`code\` **bold** *italic* ~~del~~
2023-01-07 22:53:40 +00:00
2022-11-30 06:50:47 +00:00
\`\`\`js
code block
\`\`\`"
`;
exports[`html-parse > link + mention > html 1`] = `
2022-11-30 05:27:24 +00:00
"<p>
2023-01-02 04:53:53 +00:00
Happy
<img
src=\\"/emojis/twemoji/1f917.svg\\"
alt=\\"🤗\\"
class=\\"iconify-emoji iconify-emoji--twemoji\\"
/>
we’ re now using
2022-11-30 05:27:24 +00:00
<span class=\\"h-card\\"
><a
href=\\"https://mas.to/@vitest\\"
class=\\"u-url mention\\"
rel=\\"nofollow noopener noreferrer\\"
target=\\"_blank\\"
>@<span>vitest</span></a
></span
>
(migrated from chai+mocha)
<a
href=\\"https://github.com/ayoayco/astro-reactive-library/pull/203\\"
rel=\\"nofollow noopener noreferrer\\"
target=\\"_blank\\"
><span class=\\"invisible\\">https://</span
><span class=\\"ellipsis\\">github.com/ayoayco/astro-react</span
><span class=\\"invisible\\">ive-library/pull/203</span></a
>
</p>
"
`;
2022-11-30 06:50:47 +00:00
2022-12-27 19:20:07 +00:00
exports[`html-parse > link + mention > text 1`] = `"Happy 🤗 we’ re now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203"`;