mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
test: add test
This commit is contained in:
parent
ef9adf4618
commit
ae97359fb3
@ -258,3 +258,12 @@ I am *strong*, I am _emphasized_, and I am #[special<special>].
|
|||||||
|
|
||||||
= Hello
|
= Hello
|
||||||
*strong*
|
*strong*
|
||||||
|
|
||||||
|
--- issue-5690-oom-par-box ---
|
||||||
|
// Error: 3:6-5:1 maximum realization iterations exceeded
|
||||||
|
// Hint: 3:6-5:1 maybe there is a cycle between a show rule that produces content, which is matched by a grouping rule that triggers the show rule
|
||||||
|
#show par: box
|
||||||
|
|
||||||
|
Hello
|
||||||
|
|
||||||
|
World
|
||||||
|
Loading…
x
Reference in New Issue
Block a user