Skip to content

Commit

Permalink
add latex regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Jan 10, 2025
1 parent e2a20f6 commit 847ad34
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/docs/smoke-all/2025/01/10/issue-11835-b.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
format: latex
number-sections: true
_quarto:
tests:
latex:
ensureFileRegexMatches:
- []
- ["subsection{Section}"]
---

## Section

```r
# this is a comment that shouldn't break quarto
print("Hello, world")
```

0 comments on commit 847ad34

Please sign in to comment.