summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/math/op.pngbin6228 -> 6817 bytes
-rw-r--r--tests/typ/math/op.typ4
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/math/op.png b/tests/ref/math/op.png
index b4878438..08d8b93b 100644
--- a/tests/ref/math/op.png
+++ b/tests/ref/math/op.png
Binary files differ
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 $