Skip to content

Commit 81aac76

Browse files
simplify tests; add pngs
minor cleanup for #12566
1 parent 4a3279d commit 81aac76

File tree

5 files changed

+5
-19
lines changed

5 files changed

+5
-19
lines changed

tests/docs/shortcodes/brand-logo-dark.qmd

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ format: html
44
brand:
55
light:
66
logo:
7-
small:
8-
light: sun.png
9-
dark: sun.png
7+
small: sun.png
108
dark:
119
logo:
12-
small:
13-
light: moon.png
14-
dark: moon.png
10+
small: moon.png
1511
_quarto:
1612
tests:
1713
html:

tests/docs/shortcodes/brand-logo-light.qmd

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ format: html
44
brand:
55
light:
66
logo:
7-
small:
8-
# light/dark don't work here yet,
9-
# but brand.ts will drop entries that don't have both
10-
light: sun.png
11-
dark: sun.png
7+
small: sun.png
128
dark:
139
logo:
14-
small:
15-
light: moon.png
16-
dark: moon.png
10+
small: moon.png
1711
_quarto:
1812
tests:
1913
html:

tests/docs/shortcodes/brand-logo-one-brand.qmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ title: Test brand light/dark shortcodes
33
format: html
44
brand:
55
logo:
6-
small:
7-
# light/dark don't work here yet,
8-
# but brand.ts will drop entries that don't have both
9-
light: sun.png
10-
dark: moon.png
6+
small: sun.png
117
_quarto:
128
tests:
139
html:

tests/docs/shortcodes/moon.png

1.43 MB
Loading

tests/docs/shortcodes/sun.png

1.91 MB
Loading

0 commit comments

Comments
 (0)