From 42c3a6fa72be91c115e28e3866012b95b4d63cf4 Mon Sep 17 00:00:00 2001 From: sitandr <60141933+sitandr@users.noreply.github.com> Date: Fri, 19 May 2023 16:33:15 +0300 Subject: Fixed symbol style reset in stretching (#1195) --- tests/typ/math/delimited.typ | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/typ/math') 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) + ) $ -- cgit v1.2.3