summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorAlex Saveau <saveau.alexandre@gmail.com>2023-06-09 01:25:12 -0700
committerGitHub <noreply@github.com>2023-06-09 10:25:12 +0200
commit61effc350a1d5c6a710ff708ce8184180bd6f7c6 (patch)
tree526abb61496045ce7eb044b9369746d01f31ef32 /tests/typ
parentf62f7624a6f56793d06afeecd16c27ed07621ed8 (diff)
Don't type check matrices (#1442)
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/math/matrix.typ6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/math/matrix.typ b/tests/typ/math/matrix.typ
index 514827c3..f65004a7 100644
--- a/tests/typ/math/matrix.typ
+++ b/tests/typ/math/matrix.typ
@@ -57,3 +57,9 @@ $ a + mat(delim: #none, 1, 2; 3, 4) + b $
---
// Error: 13-14 expected array, found content
$ mat(1, 2; 3, 4, delim: "[") $,
+
+---
+$ mat(B, A B) $
+$ mat(B, A B, dots) $
+$ mat(B, A B, dots;) $
+$ mat(#1, #(foo: "bar")) $