diff options
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/attach-p3.typ | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
