summaryrefslogtreecommitdiff
path: root/tests/typ/math/attach-p3.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-04-13 10:39:45 +0200
committerGitHub <noreply@github.com>2024-04-13 08:39:45 +0000
commit020294fca9a7065d4b9cf4e677f606ebaaa29b00 (patch)
treec0027ad22046e2726c22298461327823d6b88d53 /tests/typ/math/attach-p3.typ
parent72dd79210602ecc799726fc096b078afbb47f299 (diff)
Better test runner (#3922)
Diffstat (limited to 'tests/typ/math/attach-p3.typ')
-rw-r--r--tests/typ/math/attach-p3.typ42
1 files changed, 0 insertions, 42 deletions
diff --git a/tests/typ/math/attach-p3.typ b/tests/typ/math/attach-p3.typ
deleted file mode 100644
index 3591c248..00000000
--- a/tests/typ/math/attach-p3.typ
+++ /dev/null
@@ -1,42 +0,0 @@
-// Test t and b attachments, part 3.
-
----
-// Test limit.
-$ lim_(n->oo \ n "grows") sum_(k=0 \ k in NN)^n k $
-
----
-// Test forcing scripts and limits.
-$ limits(A)_1^2 != A_1^2 $
-$ scripts(sum)_1^2 != sum_1^2 $
-$ limits(integral)_a^b != integral_a^b $
-
----
-// Error: 25-29 unknown variable: oops
-$ attach(A, t: #context 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.with(inline: false)
-#eq
-$iota_a^b$
-
----
-// Test default of limit attachments on relations at all sizes
-#set page(width: auto)
-$ a =^"def" b quad a lt.eq_"really" b quad a arrow.r.long.squiggly^"slowly" b $
-$a =^"def" b quad a lt.eq_"really" b quad a arrow.r.long.squiggly^"slowly" b$
-
-$a scripts(=)^"def" b quad a scripts(lt.eq)_"really" b quad a scripts(arrow.r.long.squiggly)^"slowly" b$
-
----
-// Test default of scripts attachments on integrals at display size
-$ integral.sect_a^b quad \u{2a1b}_a^b quad limits(\u{2a1b})_a^b $
-$integral.sect_a^b quad \u{2a1b}_a^b quad limits(\u{2a1b})_a^b$
-
----
-// Test default of limit attachments on large operators at display size only
-$ tack.t.big_0^1 quad \u{02A0A}_0^1 quad join_0^1 $
-$tack.t.big_0^1 quad \u{02A0A}_0^1 quad join_0^1$