diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2023-05-29 14:14:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 20:14:31 +0200 |
| commit | 31dfe32242ef7ab8304874fd0260d27649880df8 (patch) | |
| tree | bcaa8e6e3a139b9b25ea845b24db5d0e872fd0e6 /tests/typ/math | |
| parent | 6db4c39cd98631dd621d05120638d1b3e5f73ce0 (diff) | |
Add regression test for fix 3eb1f31 (#1320)
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/attach.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/math/attach.typ b/tests/typ/math/attach.typ index 1649ae02..3a498686 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)) $ |
