summaryrefslogtreecommitdiff
path: root/tests/suite/math/vec.typ
diff options
context:
space:
mode:
authorMax <me@mkor.je>2025-03-31 09:38:04 +0000
committerGitHub <noreply@github.com>2025-03-31 09:38:04 +0000
commit012e14d40cb44997630cf6469a446f217f2e9057 (patch)
tree71f60052b2e8eae87c0c9ac2c20faebc293a1f39 /tests/suite/math/vec.typ
parent4f0fbfb7e003f6ae88c1b210fdb7b38f795fc9e4 (diff)
Unify layout of `vec` and `cases` with `mat` (#5934)
Diffstat (limited to 'tests/suite/math/vec.typ')
-rw-r--r--tests/suite/math/vec.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/math/vec.typ b/tests/suite/math/vec.typ
index 5de7eca9..e5ee409e 100644
--- a/tests/suite/math/vec.typ
+++ b/tests/suite/math/vec.typ
@@ -51,6 +51,6 @@ $ vec(1, 2) $
#set math.vec(delim: (none, "%"))
--- math-vec-linebreaks ---
-// Currently linebreaks are equivalent to commas, though this behaviour may
-// change in the future.
+// Warning: 20-29 linebreaks are ignored in elements
+// Hint: 20-29 use commas instead to separate each line
$ vec(a, b, c) vec(a \ b \ c) $