aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/astro-slots/src/components/Fallback2.astro
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/fixtures/astro-slots/src/components/Fallback2.astro')
-rw-r--r--packages/astro/test/fixtures/astro-slots/src/components/Fallback2.astro2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/astro-slots/src/components/Fallback2.astro b/packages/astro/test/fixtures/astro-slots/src/components/Fallback2.astro
new file mode 100644
index 000000000..d03807053
--- /dev/null
+++ b/packages/astro/test/fixtures/astro-slots/src/components/Fallback2.astro
@@ -0,0 +1,2 @@
+<!-- note: to make testing easier this was inlined -->
+<div id="fallback-2"><slot name="override-2">Fallback should only show when no slot has been provided.</slot></div> \ No newline at end of file