summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/math/attach.pngbin26810 -> 29232 bytes
-rw-r--r--tests/typ/math/attach.typ8
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/math/attach.png b/tests/ref/math/attach.png
index ab93f25b..bf63ccce 100644
--- a/tests/ref/math/attach.png
+++ b/tests/ref/math/attach.png
Binary files differ
diff --git a/tests/typ/math/attach.typ b/tests/typ/math/attach.typ
index f5f49627..cb90e5a5 100644
--- a/tests/typ/math/attach.typ
+++ b/tests/typ/math/attach.typ
@@ -91,3 +91,11 @@ $ limits(integral)_a^b != integral_a^b $
---
// Error: 30-34 unknown variable: oops
$ attach(A, t: #locate(it => oops)) $
+
+---
+// Show and let rules for limits and scripts
+#let eq = $ ∫_a^b iota_a^b $
+#eq
+#show "∫": math.limits
+#show math.iota: math.limits
+#eq