diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-27 11:05:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 10:05:16 +0000 |
| commit | 145723b1ef4fa23f1f6665b8907dfe79d0bf83cf (patch) | |
| tree | 02a7de661ddd5dafa75dfce3e3c8b45a7333b9dc /tests/typ/math/attach-p3.typ | |
| parent | e9ee00a7c0df083663ff5ccca162238b88525e14 (diff) | |
New context system (#3497)
Diffstat (limited to 'tests/typ/math/attach-p3.typ')
| -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 |
