diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-15 22:51:55 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-15 23:11:20 +0100 |
| commit | b6202b646a0d5ecced301d9bac8bfcaf977d7ee4 (patch) | |
| tree | 7d42cb50f9e66153e7e8b2217009684e25f54f42 /tests/typ/layout | |
| parent | f3980c704544a464f9729cc8bc9f97d3a7454769 (diff) | |
Reflection for castables
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/columns.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/columns.typ b/tests/typ/layout/columns.typ index 315393a0..8702688c 100644 --- a/tests/typ/layout/columns.typ +++ b/tests/typ/layout/columns.typ @@ -101,5 +101,5 @@ This is a normal page. Very normal. --- // Test a page with zero columns. -// Error: 49-50 must be positive +// Error: 49-50 number must be positive #set page(height: auto, width: 7.05cm, columns: 0) |
