diff options
Diffstat (limited to 'tests/suite/math/vec.typ')
| -rw-r--r-- | tests/suite/math/vec.typ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/suite/math/vec.typ b/tests/suite/math/vec.typ index cf7057f3..5de7eca9 100644 --- a/tests/suite/math/vec.typ +++ b/tests/suite/math/vec.typ @@ -49,3 +49,8 @@ $ vec(1, 2) $ --- math-vec-delim-invalid-closing --- // Error: 22-33 invalid delimiter: "%" #set math.vec(delim: (none, "%")) + +--- math-vec-linebreaks --- +// Currently linebreaks are equivalent to commas, though this behaviour may +// change in the future. +$ vec(a, b, c) vec(a \ b \ c) $ |
