typst-0.9: test/typ/compiler/break-continue-11.out
--- parse tree ---
[ Comment
, SoftBreak
, Comment
, ParBreak
, Code
"typ/compiler/break-continue-11.typ"
( line 4 , column 2 )
(For
(BasicBind (Just (Identifier "i")))
(FuncCall
(Ident (Identifier "range")) [ NormalArg (Literal (Int 10)) ])
(Block
(CodeBlock
[ FuncCall
(Ident (Identifier "table"))
[ NormalArg
(Block (CodeBlock [ Block (Content [ Text "A" ]) , Break ]))
, NormalArg
(For
(BasicBind Nothing)
(FuncCall
(Ident (Identifier "range")) [ NormalArg (Literal (Int 3)) ])
(Block (Content [ Text "B" ])))
]
])))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
parbreak(),
table(children: (text(body: [A]),
{ text(body: [B]),
text(body: [B]),
text(body: [B]) })),
table(children: (text(body: [A]),
{ text(body: [B]),
text(body: [B]),
text(body: [B]) })),
table(children: (text(body: [A]),
{ text(body: [B]),
text(body: [B]),
text(body: [B]) })),
table(children: (text(body: [A]),
{ text(body: [B]),
text(body: [B]),
text(body: [B]) })),
table(children: (text(body: [A]),
{ text(body: [B]),
text(body: [B]),
text(body: [B]) })),
table(children: (text(body: [A]),
{ text(body: [B]),
text(body: [B]),
text(body: [B]) })),
table(children: (text(body: [A]),
{ text(body: [B]),
text(body: [B]),
text(body: [B]) })),
table(children: (text(body: [A]),
{ text(body: [B]),
text(body: [B]),
text(body: [B]) })),
table(children: (text(body: [A]),
{ text(body: [B]),
text(body: [B]),
text(body: [B]) })),
table(children: (text(body: [A]),
{ text(body: [B]),
text(body: [B]),
text(body: [B]) })),
parbreak() })