summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/typ/math/attach.typ4
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)) $