2022-11-25 08:25:56 +00:00
|
|
|
|
// Vitest Snapshot v1
|
|
|
|
|
|
2023-01-15 10:48:22 +00:00
|
|
|
|
exports[`content-rich > block with backticks 1`] = `"<p><pre class=\\"code-block\\">[(\`number string) (\`tag string)]</pre></p>"`;
|
|
|
|
|
|
|
|
|
|
exports[`content-rich > block with injected html, with a known language 1`] = `
|
|
|
|
|
"<pre>
|
|
|
|
|
<code class=\\"language-js\\">
|
|
|
|
|
<a href="javascript:alert(1)">click me</a>
|
|
|
|
|
</code>
|
|
|
|
|
</pre>
|
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`content-rich > block with injected html, with an unknown language 1`] = `
|
|
|
|
|
"<pre>
|
|
|
|
|
<code class=\\"language-xyzzy\\">
|
|
|
|
|
<a href="javascript:alert(1)">click me</a>
|
|
|
|
|
</code>
|
|
|
|
|
</pre>
|
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`content-rich > block with injected html, without language 1`] = `
|
|
|
|
|
"<pre>
|
|
|
|
|
<code>
|
|
|
|
|
<a href="javascript:alert(1)">click me</a>
|
|
|
|
|
</code>
|
|
|
|
|
</pre>
|
|
|
|
|
"
|
|
|
|
|
`;
|
2023-01-11 23:54:45 +00:00
|
|
|
|
|
2022-11-25 21:21:44 +00:00
|
|
|
|
exports[`content-rich > code frame 1`] = `
|
2023-01-15 10:48:22 +00:00
|
|
|
|
"<p>Testing code block</p><p></p><p><pre class=\\"code-block\\">import { useMouse, usePreferredDark } from '@vueuse/core'
|
2022-11-25 08:56:14 +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()</pre></p>"
|
2022-11-27 06:16:02 +00:00
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`content-rich > code frame 2 1`] = `
|
|
|
|
|
"<p>
|
2023-01-05 07:21:09 +00:00
|
|
|
|
<span class=\\"h-card\\"
|
|
|
|
|
><a
|
|
|
|
|
class=\\"u-url mention\\"
|
|
|
|
|
rel=\\"nofollow noopener noreferrer\\"
|
|
|
|
|
to=\\"/mas.to/@antfu\\"
|
|
|
|
|
></a
|
|
|
|
|
></span>
|
2022-11-27 06:16:02 +00:00
|
|
|
|
Testing<br />
|
2023-01-15 10:48:22 +00:00
|
|
|
|
<pre class=\\"code-block\\">const a = hello</pre>
|
2022-11-27 06:16:02 +00:00
|
|
|
|
</p>
|
2022-11-25 08:56:14 +00:00
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
2023-01-15 10:48:22 +00:00
|
|
|
|
exports[`content-rich > code frame empty 1`] = `"<p><pre class=\\"code-block\\"></pre><br></p>"`;
|
2022-12-02 02:19:31 +00:00
|
|
|
|
|
2023-01-15 10:48:22 +00:00
|
|
|
|
exports[`content-rich > code frame no lang 1`] = `"<p><pre class=\\"code-block\\">hello world</pre><br>no lang</p>"`;
|
2022-12-02 02:19:31 +00:00
|
|
|
|
|
2022-11-25 21:21:44 +00:00
|
|
|
|
exports[`content-rich > custom emoji 1`] = `
|
2022-11-25 08:56:14 +00:00
|
|
|
|
"Daniel Roe
|
|
|
|
|
<img
|
|
|
|
|
src=\\"https://media.mas.to/masto-public/cache/custom_emojis/images/000/288/667/original/c96ba3cb0e0e1eac.png\\"
|
2022-11-30 04:50:29 +00:00
|
|
|
|
alt=\\":nuxt:\\"
|
2022-11-25 08:56:14 +00:00
|
|
|
|
class=\\"custom-emoji\\"
|
2022-11-30 06:50:47 +00:00
|
|
|
|
data-emoji-id=\\"nuxt\\"
|
2022-11-25 08:56:14 +00:00
|
|
|
|
/>
|
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
2022-11-25 21:21:44 +00:00
|
|
|
|
exports[`content-rich > empty 1`] = `""`;
|
2022-11-25 08:56:14 +00:00
|
|
|
|
|
2023-01-11 17:18:06 +00:00
|
|
|
|
exports[`content-rich > group mention > html 1`] = `
|
|
|
|
|
"<p>
|
|
|
|
|
<span class=\\"h-card\\"
|
|
|
|
|
><a
|
|
|
|
|
class=\\"u-url mention\\"
|
|
|
|
|
rel=\\"nofollow noopener noreferrer\\"
|
|
|
|
|
to=\\"//@pilipinas@lemmy.ml\\"
|
|
|
|
|
></a
|
|
|
|
|
></span>
|
|
|
|
|
</p>
|
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
2023-01-14 10:40:53 +00:00
|
|
|
|
exports[`content-rich > handles formatting from servers 1`] = `
|
|
|
|
|
"<h1>Fedi HTML Support Survey</h1>
|
|
|
|
|
<p>Does the following formatting come through accurately for you?</p>
|
|
|
|
|
<p></p>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>This is an indented bulleted list (not just asterisks).</li>
|
|
|
|
|
<li></li>
|
|
|
|
|
<li><em>This line is italic.</em></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<ol>
|
|
|
|
|
<li>This list...</li>
|
|
|
|
|
<li>...is numbered and indented</li>
|
|
|
|
|
</ol>
|
|
|
|
|
<h1>This line is larger.</h1>
|
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
2023-01-11 16:24:13 +00:00
|
|
|
|
exports[`content-rich > handles html within code blocks 1`] = `
|
|
|
|
|
"<p>
|
|
|
|
|
HTML block code:<br />
|
2023-01-15 10:48:22 +00:00
|
|
|
|
<pre class=\\"code-block\\">
|
2023-01-11 16:24:13 +00:00
|
|
|
|
<span class="icon--noto icon--noto--1st-place-medal"></span>
|
|
|
|
|
<span class="icon--noto icon--noto--2nd-place-medal-medal"></span></pre
|
|
|
|
|
>
|
|
|
|
|
</p>
|
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`content-rich > inline code with link 1`] = `
|
|
|
|
|
"<p>
|
|
|
|
|
Inline code with link:
|
|
|
|
|
<code
|
|
|
|
|
>https://api.iconify.design/noto.css?icons=1st-place-medal,2nd-place-medal</code
|
|
|
|
|
>
|
|
|
|
|
</p>
|
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
2022-11-25 21:21:44 +00:00
|
|
|
|
exports[`content-rich > link + mention 1`] = `
|
2022-11-25 08:56:14 +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-25 08:56:14 +00:00
|
|
|
|
<span class=\\"h-card\\"
|
|
|
|
|
><a
|
|
|
|
|
class=\\"u-url mention\\"
|
|
|
|
|
rel=\\"nofollow noopener noreferrer\\"
|
2022-12-04 22:10:10 +00:00
|
|
|
|
to=\\"/mas.to/@vitest\\"
|
2022-11-25 08:56:14 +00:00
|
|
|
|
></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-25 08:25:56 +00:00
|
|
|
|
`;
|