Skip to content

Commit cc90cb4

Browse files
committed
minimal regression test
1 parent 29d970c commit cc90cb4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
format: html
3+
_quarto:
4+
tests:
5+
html:
6+
ensureHtmlElements:
7+
- ["#tabset-1-2.active"]
8+
- []
9+
---
10+
11+
::: {.panel-tabset}
12+
13+
### Tab A
14+
15+
Content for `Tab A`
16+
17+
### Tab B {.active}
18+
19+
Content for `Tab B`
20+
21+
:::

0 commit comments

Comments
 (0)