Skip to content

Commit 7bb781d

Browse files
committed
test: make regexpta bit more specific
1 parent 06bf0b4 commit 7bb781d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/docs/smoke-all/2025/12/05/typst-path-api.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _quarto:
66
tests:
77
html:
88
ensureFileRegexMatches:
9-
- ["<p>The Typst path is .+.</p>"]
9+
- ["<p>The Typst path is <code>.+typst</code>.</p>"]
1010
---
1111

12-
The Typst path is "{{< typst >}}".
12+
The Typst path is `{{< typst >}}`.

0 commit comments

Comments
 (0)