Skip to content

Commit 0002e51

Browse files
os-agnostic path tests
1 parent 20aea90 commit 0002e51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tests/docs/smoke-all/typst/brand-yaml/logo/relative-path

tests/docs/smoke-all/typst/brand-yaml/logo/relative-path/brand-logo.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ _quarto:
1111
typst:
1212
ensureTypstFileRegexMatches:
1313
-
14-
- '#let brand-logo-images = \(\s*large-light: \(\s*path: "resources/quarto.png"\s*\)\s*\)'
15-
- '#let brand-logo = \(\s*large: \(\s*path: "brand_yaml/resources/quarto.png"\s*\)\s*\)'
14+
- '#let brand-logo-images = \(\s*large-light: \(\s*path: "resources(/|\\\\)quarto.png"\s*\)\s*\)'
15+
- '#let brand-logo = \(\s*large: \(\s*path: "brand_yaml(/|\\\\)resources(/|\\\\)quarto.png"\s*\)\s*\)'
1616
- '#set page\(background: align\(center\+top, box\(inset: 2em, image\("brand_yaml(/|\\\\)resources(/|\\\\)quarto.png", width: 225pt\)\)\)\)'
1717
- []
1818
---

0 commit comments

Comments
 (0)