summaryrefslogtreecommitdiff
path: root/tests/typ/math/matrix.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-23 15:03:10 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-23 15:23:52 +0100
commit4653ffebb43d733a3cff873d0903c7d00aaeb499 (patch)
tree6a97b2e6a6903b3198547d6f3d0a7e3d2eb023cd /tests/typ/math/matrix.typ
parent84c6c8b0e6b17996a603ec88b7490107154f38f3 (diff)
Math module
Diffstat (limited to 'tests/typ/math/matrix.typ')
-rw-r--r--tests/typ/math/matrix.typ6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/math/matrix.typ b/tests/typ/math/matrix.typ
index 3d67800d..aa99bb1b 100644
--- a/tests/typ/math/matrix.typ
+++ b/tests/typ/math/matrix.typ
@@ -7,7 +7,7 @@ $ v = vec(1, 2+3, 4) $
$ binom(n, 1) = 1/2 n (n-1) $
---
-#set vec(delim: "|")
+#set math.vec(delim: "|")
$ vec(1, 2) $
---
@@ -19,8 +19,8 @@ $ f(x, y) := cases(
) $
---
-// Error: 17-20 expected "(", "[", "{", or "|"
-#set vec(delim: "%")
+// Error: 22-25 expected "(", "[", "{", "|", or "||"
+#set math.vec(delim: "%")
---
// Error: 9-12 missing argument: lower index