Skip to content

Commit 847ad34

Browse files
committed
add latex regression test
1 parent e2a20f6 commit 847ad34

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
format: latex
3+
number-sections: true
4+
_quarto:
5+
tests:
6+
latex:
7+
ensureFileRegexMatches:
8+
- []
9+
- ["subsection{Section}"]
10+
---
11+
12+
## Section
13+
14+
```r
15+
# this is a comment that shouldn't break quarto
16+
print("Hello, world")
17+
```

0 commit comments

Comments
 (0)