11 lines
944 B
Plaintext

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`youtubePlugin > should not work 1`] = `
"<VPVideoEmbed src="https://www.youtube.com/embed//?" width="100%" title="YouTube" type="youtube" /><p>@[youtube]xxx</p>
<p>@[ youtube]123456</p>
<p>@<a href="123456"> youtube</a></p>
"
`;
exports[`youtubePlugin > should work 1`] = `"<VPVideoEmbed src="https://www.youtube.com/embed//123456?" width="100%" title="YouTube" type="youtube" /><VPVideoEmbed src="https://www.youtube.com/embed//123456?autoplay=1&loop=1" width="100%" title="test" type="youtube" /><VPVideoEmbed src="https://www.youtube.com/embed//123456?autoplay=1&start=40&end=80" width="100%" title="YouTube" type="youtube" /><VPVideoEmbed src="https://www.youtube.com/embed//123456?" width="100%" height="600px" title="YouTube" type="youtube" /><VPVideoEmbed src="https://www.youtube.com/embed//123456?" width="100%" ratio="16:9" title="YouTube" type="youtube" />"`;