diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-02 22:22:16 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-02 22:33:12 +0100 |
| commit | 2bb0135d2ad45b2a7228dbb61a04a703b1942798 (patch) | |
| tree | e10c45114943dac088e53e3a1133523fbfd5e057 /tests/typ/math/attach.typ | |
| parent | 255044e04e8b3ad7941a7dadcfd36c07669326aa (diff) | |
Fix inconsistency between text and idents in math
Diffstat (limited to 'tests/typ/math/attach.typ')
| -rw-r--r-- | tests/typ/math/attach.typ | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/typ/math/attach.typ b/tests/typ/math/attach.typ index cf3e9521..89ecfc48 100644 --- a/tests/typ/math/attach.typ +++ b/tests/typ/math/attach.typ @@ -6,8 +6,9 @@ $f_x + t^b + V_1^2 + attach(A, top: alpha, bottom: beta)$ --- -// Test text vs ident parsing. -$pi_1(Y), a_f(x) != a_zeta(x)$ +// Test function call after subscript. +$pi_1(Y), a_f(x), a^zeta(x) \ + a^subset.eq(x), a_(zeta(x)), pi_(1(Y))$ --- // Test associativity and scaling. |
