summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-29 19:21:01 +0200
committerLaurenz <laurmaedje@gmail.com>2023-03-29 19:21:01 +0200
commit24e26b8c771f09965422cf7b0acde3d694811f7e (patch)
tree6df2866174723e8ace3f97bbb91967c8fa975174 /tests/typ
parente13fc04c3e973da60d5f4e9cc6fc38105cd2ddf9 (diff)
Fix styling of text operators
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/math/op.typ4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/math/op.typ b/tests/typ/math/op.typ
index 2a1c2044..08395de0 100644
--- a/tests/typ/math/op.typ
+++ b/tests/typ/math/op.typ
@@ -19,3 +19,7 @@ $ lim_(n->infinity) 1/n = 0 $
// Test custom operator.
$ op("myop", limits: #false)_(x:=1) x \
op("myop", limits: #true)_(x:=1) x $
+
+---
+// Test styled operator.
+$ bold(op("bold", limits: #true))_x y $