diff options
Diffstat (limited to 'tests/suite/math/vec.typ')
| -rw-r--r-- | tests/suite/math/vec.typ | 4 |
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) $ |
