Skip to content

Commit

Permalink
test: add smoke test (or at least try)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil authored and cscheid committed Sep 26, 2023
1 parent 8ccf080 commit f13582e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/docs/smoke-all/2023/09/25/issue-6990.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: code filename with underscore in LaTeX
format: latex
_quarto:
tests:
latex:
ensureFileRegexMatches:
-
- "my\_example.r"
---

```{.r filename="my_example.r"}
replicate(sample(1:10), 10)
```

0 comments on commit f13582e

Please sign in to comment.