summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorAlex Saveau <saveau.alexandre@gmail.com>2023-06-09 02:36:44 -0700
committerGitHub <noreply@github.com>2023-06-09 11:36:44 +0200
commit635ef03273792a07e6f227a17b30d3f93c6a1216 (patch)
tree51a118387abb5ac9e25306c4a09011f13a78b894 /tests/typ
parent735e810825ed05639cdba6818debf21f18482141 (diff)
Treat function-looking code in attachment as function (#985)
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/math/attach.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/math/attach.typ b/tests/typ/math/attach.typ
index 3a498686..f5f49627 100644
--- a/tests/typ/math/attach.typ
+++ b/tests/typ/math/attach.typ
@@ -43,8 +43,8 @@ $
---
// Test function call after subscript.
-$pi_1(Y), a_f(x), a^zeta(x) \
- a^subset.eq(x), a_(zeta(x)), pi_(1(Y))$
+$pi_1(Y), a_f(x), a^zeta (x), a^abs(b)_sqrt(c) \
+ a^subset.eq (x), a_(zeta(x)), pi_(1(Y)), a^(abs(b))_(sqrt(c))$
---
// Test associativity and scaling.