summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-09-10 15:47:22 +0200
committerGitHub <noreply@github.com>2024-09-10 13:47:22 +0000
commita82256c585072f5a7eba6fb71ca8e93f94c42693 (patch)
tree1c3e54fa7f01cb00067fa3e451c8354ad77f61f0 /tests
parent40fcd97d584fc1dfa6446bc4922d3b1e440e0afd (diff)
Flow collection phase (#4931)
Diffstat (limited to 'tests')
-rw-r--r--tests/suite/layout/pagebreak.typ1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/suite/layout/pagebreak.typ b/tests/suite/layout/pagebreak.typ
index 3ca48b69..c1db0853 100644
--- a/tests/suite/layout/pagebreak.typ
+++ b/tests/suite/layout/pagebreak.typ
@@ -47,6 +47,7 @@ First
--- pagebreak-in-container ---
#box[
// Error: 4-15 pagebreaks are not allowed inside of containers
+ // Hint: 4-15 try using a `#colbreak()` instead
#pagebreak()
]