From 145723b1ef4fa23f1f6665b8907dfe79d0bf83cf Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 27 Feb 2024 11:05:16 +0100 Subject: New context system (#3497) --- tests/typ/math/attach-p3.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/math') diff --git a/tests/typ/math/attach-p3.typ b/tests/typ/math/attach-p3.typ index c681af2a..3591c248 100644 --- a/tests/typ/math/attach-p3.typ +++ b/tests/typ/math/attach-p3.typ @@ -11,8 +11,8 @@ $ scripts(sum)_1^2 != sum_1^2 $ $ limits(integral)_a^b != integral_a^b $ --- -// Error: 30-34 unknown variable: oops -$ attach(A, t: #locate(it => oops)) $ +// Error: 25-29 unknown variable: oops +$ attach(A, t: #context oops) $ --- // Show and let rules for limits and scripts -- cgit v1.2.3