Skip to content

Commit 5f0bb3b

Browse files
committed
fix test for asciidoc code annotations
So that we would have found #12441 earlier
1 parent 8c6c1b7 commit 5f0bb3b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/docs/smoke-all/2023/01/26/asciidoc-annotated-code.qmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ format:
44
asciidoc: default
55
_quarto:
66
tests:
7-
asciidoc: default
7+
asciidoc:
8+
ensureFileRegexMatches:
9+
- ['\<1\> First set', 'plt\.show\(\) \<3\>']
10+
- ['\+\+\<\+\+1\+\+\>\+\+']
811
---
912

13+
This also covers https://github.com/quarto-dev/quarto-cli/issues/12441
14+
1015
## Annotated Code
1116

1217
```python

0 commit comments

Comments
 (0)