We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f146e21 commit bad9f36Copy full SHA for bad9f36
1 file changed
tests/docs/smoke-all/2023/01/26/asciidoc-annotated-code.qmd
@@ -4,9 +4,14 @@ format:
4
asciidoc: default
5
_quarto:
6
tests:
7
- asciidoc: default
+ asciidoc:
8
+ ensureFileRegexMatches:
9
+ - ['\<1\> First set', 'plt\.show\(\) \<3\>']
10
+ - ['\+\+\<\+\+1\+\+\>\+\+']
11
---
12
13
+This also covers https://github.com/quarto-dev/quarto-cli/issues/12441
14
+
15
## Annotated Code
16
17
```python
0 commit comments