Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Jan 10, 2024
1 parent 9502eee commit 819172a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tests/docs/smoke-all/2024/01/10/8206.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Hello World
code-annotations: true
format:
latex: default
code-line-numbers: true
_quarto:
tests:
latex:
ensureFileRegexMatches:
-
- '\\item\[\\circled\{1\}\]'
- '\\NormalTok\{\\circled\{1\}\}'
- '\\item\[\\circled\{2\}\]'
- '\\NormalTok\{\\circled\{2\}\}'
---

```rust
fn main() {
println!("Hello World!"); // <1>
return 0; // <2>
}
```
1. Say hello.
2. Leave.

0 comments on commit 819172a

Please sign in to comment.