diff options
Diffstat (limited to 'tests/typ/elements')
| -rw-r--r-- | tests/typ/elements/square.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/elements/square.typ b/tests/typ/elements/square.typ index 0e9c3c55..3686debb 100644 --- a/tests/typ/elements/square.typ +++ b/tests/typ/elements/square.typ @@ -8,7 +8,7 @@ --- // Test auto-sized square. #square(fill: eastern)[ - #font(fill: white, weight: bold) + #font(fill: white, weight: "bold") #align(center) #pad(5pt)[Typst] ] |
