diff options
Diffstat (limited to 'tests/typ/math/matrix.typ')
| -rw-r--r-- | tests/typ/math/matrix.typ | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/typ/math/matrix.typ b/tests/typ/math/matrix.typ index a828e4b4..e57e102e 100644 --- a/tests/typ/math/matrix.typ +++ b/tests/typ/math/matrix.typ @@ -32,6 +32,7 @@ $ mat( // Test alternative delimiter with set rule. #set math.mat(delim: "[") $ mat(1, 2; 3, 4) $ +$ a + mat(delim: #none, 1, 2; 3, 4) + b $ --- // Test alternative math delimiter directly in call. |
