diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2024-07-15 05:54:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 09:54:54 +0000 |
| commit | f0407d4949cce8014e2a4fdef8c00c955d870127 (patch) | |
| tree | a5cc7754e76ea8f342a7873c796f81b2a69cf041 /tests/suite | |
| parent | ac322e342b4736bea189f5e7ac39561c0e5a3127 (diff) | |
Wrapping with parens should not push superscripts higher (#4545)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/math/attach.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/math/attach.typ b/tests/suite/math/attach.typ index c9510c6a..c5ca5735 100644 --- a/tests/suite/math/attach.typ +++ b/tests/suite/math/attach.typ @@ -84,9 +84,9 @@ $ (-1)^n + (1/2 + 3)^(-1/2) $ // Test that the attachments are aligned horizontally. $ x_1 p_1 frak(p)_1 2_1 dot_1 lg_1 !_1 \\_1 ]_1 "ip"_1 op("iq")_1 \ x^1 b^1 frak(b)^1 2^1 dot^1 lg^1 !^1 \\^1 ]^1 "ib"^1 op("id")^1 \ - x_1 y_1 "_"_1 x^1 l^1 "`"^1 attach(I,tl:1,bl:1,tr:1,br:1) + "_"_1 "`"^1 x_1 y_1 x^1 l^1 attach(I,tl:1,bl:1,tr:1,br:1) scripts(sum)_1^1 integral_1^1 abs(1/2)_1^1 \ - x^1_1, "("b y")"^1_1 != (b y)^1_1, "[∫]"_1 [integral]_1 $ + x^1_1, ")"^1_1 (b y)^1_1, "[∫]"_1 [integral]_1 $ --- math-attach-limit --- // Test limit. |
