Fix tests

This commit is contained in:
Jeremy Ruston 2025-03-07 16:34:09 +00:00
parent 5e27462acf
commit 5897b82c51
2 changed files with 5 additions and 5 deletions

View file

@ -42,4 +42,4 @@ background: red
+
title: ExpectedResult
<p>#f4e4d4</p><p>red</p>
<p>#f4e4d4 /* page-background */</p><p>red /* background */</p>

View file

@ -55,7 +55,7 @@ foreground: green
+
title: ExpectedResult
<p>+#f4e4d4
+red
+#f4e4d4
+green</p>
<p>+#f4e4d4 /* page-background */
+red /* background */
+#f4e4d4 /* custom */
+green /* foreground */</p>