mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
10 lines
846 B
Plaintext
10 lines
846 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`codeSandboxPlugin > should not work 1`] = `
|
|
"<CodeSandboxViewer width="100%" height="500px" user="" id="" title="" navbar layout="" type="embed" filepath="" /><p>@[codesandbox]xxx</p>
|
|
<p>@[codesandbox embed](</p>
|
|
"
|
|
`;
|
|
|
|
exports[`codeSandboxPlugin > should work 1`] = `"<CodeSandboxViewer width="100%" height="500px" user="user" id="id" title="" navbar layout="" type="embed" filepath="" /><CodeSandboxViewer width="100%" height="500px" user="user" id="id" title="" navbar layout="" type="embed" filepath="" /><CodeSandboxViewer width="100%" height="500px" user="user" id="id" title="" navbar layout="" type="button" filepath="" /><CodeSandboxViewer width="100%" height="500px" user="user" id="slash" title="xxx" layout="Editor+Preview" type="embed" filepath="filepath" />"`;
|