summaryrefslogtreecommitdiff
path: root/tests/typ/layout/page-number-align.typ
diff options
context:
space:
mode:
authorLeedehai <18319900+Leedehai@users.noreply.github.com>2024-02-21 04:05:40 -0500
committerGitHub <noreply@github.com>2024-02-21 09:05:40 +0000
commitf54d68daffa047105eb8abb3e93c9bfa5d530260 (patch)
tree84ddbbfc16395e9eda4dbae2eaae50a09ed00dc3 /tests/typ/layout/page-number-align.typ
parentd0dd81cddf0fce9bbbd078498eec001268fe3e9c (diff)
Use `Outer(H|V)Alignment` to constraint types (#3465)
Diffstat (limited to 'tests/typ/layout/page-number-align.typ')
-rw-r--r--tests/typ/layout/page-number-align.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/page-number-align.typ b/tests/typ/layout/page-number-align.typ
index 0e9b2bc9..7559dd65 100644
--- a/tests/typ/layout/page-number-align.typ
+++ b/tests/typ/layout/page-number-align.typ
@@ -21,5 +21,5 @@
#block(width: 100%, height: 100%, fill: aqua.lighten(50%))
---
-// Error: 25-39 page number cannot be `horizon`-aligned
+// Error: 25-39 expected `top` or `bottom`, found horizon
#set page(number-align: left + horizon)