Skip to content

Commit 1034859

Browse files
committed
regression test
1 parent e708a35 commit 1034859

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Untitled"
3+
format: latex
4+
_quarto:
5+
tests:
6+
latex:
7+
ensureFileRegexMatches:
8+
- []
9+
- ["labelsep=none"]
10+
---
11+
12+
```{r}
13+
#| label: tbl-problem
14+
gt::gtcars[1:5, 1:5] |>
15+
gt::gt()
16+
```

0 commit comments

Comments
 (0)