summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/math/delimited.typ7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/math/delimited.typ b/tests/typ/math/delimited.typ
index d22b76c0..24374b8c 100644
--- a/tests/typ/math/delimited.typ
+++ b/tests/typ/math/delimited.typ
@@ -36,3 +36,10 @@ $ lr(]sum_(x=1)^n x], size: #70%)
---
// Test predefined delimiter pairings.
$floor(x/2), ceil(x/2), abs(x), norm(x)$
+
+---
+// Test colored delimiters
+$ lr(
+ text("(", fill: #green) a/b
+ text(")", fill: #blue)
+ ) $