From 31dfe32242ef7ab8304874fd0260d27649880df8 Mon Sep 17 00:00:00 2001 From: Leedehai <18319900+Leedehai@users.noreply.github.com> Date: Mon, 29 May 2023 14:14:31 -0400 Subject: [PATCH] Add regression test for fix 3eb1f31 (#1320) --- tests/typ/math/attach.typ | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/typ/math/attach.typ b/tests/typ/math/attach.typ index 1649ae024..3a4986863 100644 --- a/tests/typ/math/attach.typ +++ b/tests/typ/math/attach.typ @@ -87,3 +87,7 @@ $ lim_(n->oo \ n "grows") sum_(k=0 \ k in NN)^n k $ $ limits(A)_1^2 != A_1^2 $ $ 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)) $