Skip to content

Commit 9a621d4

Browse files
mcanouilcderv
authored andcommitted
test: still quite not right as some files succeed but not all
1 parent 1118ada commit 9a621d4

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/docs/smoke-all/2024/05/06/9524/about/file.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Untitled"
33
_quarto:
44
tests:
55
html:
6-
ensureHtmlElements:
6+
ensureFileRegexMatches:
77
- ['<link rel="canonical" href="https://index.html.com/about/file.html">']
88
---
99

tests/docs/smoke-all/2024/05/06/9524/about/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "About"
33
_quarto:
44
tests:
55
html:
6-
ensureHtmlElements:
6+
ensureFileRegexMatches:
77
- ['<link rel="canonical" href="https://index.html.com/about/">']
88
---
99

tests/docs/smoke-all/2024/05/06/9524/about/test/something.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Untitled"
33
_quarto:
44
tests:
55
html:
6-
ensureHtmlElements:
6+
ensureFileRegexMatches:
77
- ['<link rel="canonical" href="https://index.html.com/about/test/something.html">']
88
---
99

tests/docs/smoke-all/2024/05/06/9524/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Quarto 9524"
33
_quarto:
44
tests:
55
html:
6-
ensureHtmlElements:
6+
ensureFileRegexMatches:
77
- ['<link rel="canonical" href="https://index.html.com/">']
88
---
99

tests/docs/smoke-all/2024/05/06/9524/root-page.index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: root page
33
_quarto:
44
tests:
55
html:
6-
ensureHtmlElements:
6+
ensureFileRegexMatches:
77
- ['<link rel="canonical" href="https://index.html.com/root-page.index.html">']
88
---
99

0 commit comments

Comments
 (0)