summaryrefslogtreecommitdiff
path: root/tests/typ/layout
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2023-01-30 21:04:34 +0100
committerMartin Haug <mhaug@live.de>2023-01-30 21:04:34 +0100
commit0287b98ef31172c6da4d5a4c76d8d88d1d5c9049 (patch)
tree000bd243993a5212ce52c08374cf20cd0f61bcf9 /tests/typ/layout
parent1ea0a933254d866e00acb9034bba39a5f4790682 (diff)
Add calc module
Diffstat (limited to 'tests/typ/layout')
-rw-r--r--tests/typ/layout/par.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/par.typ b/tests/typ/layout/par.typ
index 264209b8..45b60cf5 100644
--- a/tests/typ/layout/par.typ
+++ b/tests/typ/layout/par.typ
@@ -19,7 +19,7 @@ It is the east, and Juliet is the sun.
#set block(spacing: 100pt)
#show table: set block(above: 5pt, below: 5pt)
Hello
-#table(columns: 4, fill: (x, y) => if odd(x + y) { silver })[A][B][C][D]
+#table(columns: 4, fill: (x, y) => if calc.odd(x + y) { silver })[A][B][C][D]
---
// While we're at it, test the larger block spacing wins.