Skip to content

Commit

Permalink
Update TextTransform rendering test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 26, 2024
1 parent c77d99e commit 8ecb5d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ class HtmlNodeRendererTest {
out.next(),
TextTransform(
TextTransformData(
weight = TextTransformData.Weight.BOLD,
case = TextTransformData.Case.CAPITALIZE,
decoration = TextTransformData.Decoration.ALL,
color = Color(255, 0, 0),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

---

<span style="font-weight: bold; text-decoration: underline overline line-through; color: rgba(255, 0, 0, 1.0);">
<span style="text-decoration: underline overline line-through; text-transform: capitalize; color: rgba(255, 0, 0, 1.0);">
Foo
</span>

Expand Down

0 comments on commit 8ecb5d2

Please sign in to comment.