We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ebab9 commit d541684Copy full SHA for d541684
1 file changed
tests/docs/smoke-all/2026/01/19/13913.qmd
@@ -1,14 +1,19 @@
1
---
2
-title: Shortcode with trailing dash
+title: Shortcode with trailing punctuation
3
format: html
4
_quarto:
5
tests:
6
html:
7
ensureFileRegexMatches:
8
- - ['<p>Normal shortcode: [0-9]+\.[0-9]+\.[0-9]+</p>', '<p>Shortcode with trailing dash: [0-9]+\.[0-9]+\.[0-9]+-</p>']
+ -
9
+ - '<p>Normal shortcode: [0-9]+\.[0-9]+\.[0-9]+</p>'
10
+ - '<p>Shortcode with trailing dash: [0-9]+\.[0-9]+\.[0-9]+-</p>'
11
+ - '<p>Shortcode with trailing semicolon: [0-9]+\.[0-9]+\.[0-9]+;suffix</p>'
12
- []
13
14
15
Normal shortcode: {{< version >}}
16
17
Shortcode with trailing dash: {{< version >}}-
18
+
19
+Shortcode with trailing semicolon: {{< version >}};suffix
0 commit comments