Skip to content

Commit 72105dd

Browse files
committed
typst regression test
1 parent 5de85d1 commit 72105dd

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: typst
3+
number-sections: true
4+
_quarto:
5+
tests:
6+
typst:
7+
ensurePdfRegexMatches:
8+
- ["1 Section"]
9+
- ["0.1 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)