summaryrefslogtreecommitdiff
path: root/tests/typ/elements
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-11-01 13:07:11 +0100
committerLaurenz <laurmaedje@gmail.com>2021-11-02 10:39:45 +0100
commit072e7c710c763904ad3ee72cfb05252f9f0d3929 (patch)
treedd2ffa3f4a086ef823a9a0776dddeda5777c7b14 /tests/typ/elements
parent8ccb7d6f15a2fbb44247c143b3dd821e44e0d6eb (diff)
Reduce namespace pollution
Diffstat (limited to 'tests/typ/elements')
-rw-r--r--tests/typ/elements/square.typ2
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]
]