Skip to content

Commit af8db66

Browse files
update tests for divs fixed upstream
would have fixed these in #12487 but we don't test ff matrix automatically
1 parent 6f7568b commit af8db66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-docs/feature-format-matrix/qmd-files/css-properties/font-family/document.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _quarto:
1919
typst:
2020
ensureTypstFileRegexMatches:
2121
-
22-
- '#set text\(font: \("Georgia", "serif"\)\); #table\('
22+
- '#{set text\(font: \("Georgia", "serif"\)\); table\('
2323
- []
2424
---
2525

dev-docs/feature-format-matrix/qmd-files/css-properties/font-size/document.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _quarto:
1919
typst:
2020
ensureTypstFileRegexMatches:
2121
-
22-
- '#\[\s*#set text\(size: 6pt\); #table\('
22+
- '#{set text\(size: 6pt\); table\('
2323
- []
2424
---
2525

0 commit comments

Comments
 (0)