summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsitandr <60141933+sitandr@users.noreply.github.com>2023-06-20 17:58:22 +0300
committerGitHub <noreply@github.com>2023-06-20 16:58:22 +0200
commit03675fc429bd4e7aa71890922e359940cbf3c2ca (patch)
tree12ded38940afdc682e9d9d5b616ce2499992db15 /tests
parent6c542ea1a4a0ee85069dad6974ff331851eff406 (diff)
Created new system for limits (fixes #1443) (#1452)
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