summaryrefslogtreecommitdiff
path: root/tests/typ/math
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/math')
-rw-r--r--tests/typ/math/matrix.typ8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/typ/math/matrix.typ b/tests/typ/math/matrix.typ
index c1fba627..514827c3 100644
--- a/tests/typ/math/matrix.typ
+++ b/tests/typ/math/matrix.typ
@@ -23,10 +23,10 @@ $ mat(
---
// Test baseline alignment.
$ mat(
- a, b^2;
- sum_(x \ y) x, a^(1/2);
- zeta, alpha;
- ) $
+ a, b^2;
+ sum_(x \ y) x, a^(1/2);
+ zeta, alpha;
+) $
---
// Test alternative delimiter with set rule.