diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2025-06-26 09:24:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-26 08:24:21 +0000 |
| commit | 04fd0acacab8cf2e82268da9c18ef4bcf37507dc (patch) | |
| tree | d01aa881ebdab6f3925af65c18d71b1103836c90 /tests | |
| parent | 6a1d6c08e2d6e4c184c6d177e67796b23ccbe4c7 (diff) | |
Allow deprecating symbol variants (#6441)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/suite/math/attach.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/suite/math/attach.typ b/tests/suite/math/attach.typ index cedc3a4a..97901847 100644 --- a/tests/suite/math/attach.typ +++ b/tests/suite/math/attach.typ @@ -121,8 +121,8 @@ $a scripts(=)^"def" b quad a scripts(lt.eq)_"really" b quad a scripts(arrow.r.lo --- math-attach-integral --- // 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$ +$ integral.inter_a^b quad \u{2a1b}_a^b quad limits(\u{2a1b})_a^b $ +$integral.inter_a^b quad \u{2a1b}_a^b quad limits(\u{2a1b})_a^b$ --- math-attach-large-operator --- // Test default of limit attachments on large operators at display size only. @@ -179,7 +179,7 @@ $ a0 + a1 + a0_2 \ #{ let var = $x^1$ for i in range(24) { - var = $var$ + var = $var$ } $var_2$ } |
