// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`content-rich > block with backticks 1`] = `"
[(\`number string) (\`tag string)]"`; exports[`content-rich > block with injected html, with a known language 1`] = ` "
<a href="javascript:alert(1)">click me</a>
"
`;
exports[`content-rich > block with injected html, with an unknown language 1`] = `
"
<a href="javascript:alert(1)">click me</a>
"
`;
exports[`content-rich > block with injected html, without language 1`] = `
"
<a href="javascript:alert(1)">click me</a>
"
`;
exports[`content-rich > code frame 1`] = `
"Testing code block
import { useMouse, usePreferredDark } from '@vueuse/core' // tracks mouse position const { x, y } = useMouse() // is the user prefers dark theme const isDark = usePreferredDark()" `; exports[`content-rich > code frame 2 1`] = ` "
@antfu
Testing
const a = hello" `; exports[`content-rich > code frame empty 1`] = `"
hello world
@elk @elk content @antfu @daniel @sxzz @patak content
" `; exports[`content-rich > custom emoji 1`] = ` "Daniel Roe " `; exports[`content-rich > empty 1`] = `""`; exports[`content-rich > group mention > html 1`] = ` " " `; exports[`content-rich > handles formatting from servers 1`] = ` "Does the following formatting come through accurately for you?
HTML block code:
<span class="icon--noto icon--noto--1st-place-medal"></span> <span class="icon--noto icon--noto--2nd-place-medal-medal"></span>" `; exports[`content-rich > hashtag adds bdi 1`] = ` "
Testing bdi is added
content
" `; exports[`content-rich > inline code with link 1`] = ` "
Inline code with link:
https://api.iconify.design/noto.css?icons=1st-place-medal,2nd-place-medal
Happy we’re now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203
" `; exports[`content-rich > p moved to div and text children replaced with p[dir="auto"] tags: br children removed 1`] = ` "
@bebatjof
هذا اختبار:
أنا أحب الطريقة التي يتم بها دعم النموذج المزدوج العربي. تمت
ترجمة الكلمة الأخيرة بشكل خاطئ وأحاول العثور على كيفية إصلاحها. أيضًا، يجب
إصلاح نموذج 0.
This is a test:
I like how the arabic dual form is supported. The last
one is mistranslated and I'm trying to find how to fix it. Also, the form
for 0 needs to be fixed.
هذا اختبار جديد
@bebatjof
أنا أحب الطريقة التي يتم بها دعم النموذج المزدوج العربي. تمت ترجمة
الكلمة الأخيرة بشكل خاطئ وأحاول العثور على كيفية إصلاحها.
;). كما أن النموذج الخاص بـ 0 يحتاج إلى إصلاح
This is a new test
@bebatjof
I like how the arabic dual form is supported. The last one is
mistranslated and I'm trying to find how to fix it.
;). Also, the form for 0 needs to be fixed
@antfu content
" `; exports[`editor > transform mentions 1`] = ` " @elk Hello" `;