packages feed

typst-0.9: test/typ/compiler/break-continue-08.out

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/break-continue-08.typ"
    ( line 3 , column 2 )
    (For
       (BasicBind Nothing)
       (FuncCall
          (Ident (Identifier "range")) [ NormalArg (Literal (Int 10)) ])
       (Block
          (CodeBlock
             [ Block (Content [ Text "Hello" , Space ])
             , Block
                 (Content
                    [ Text "World"
                    , Space
                    , Code
                        "typ/compiler/break-continue-08.typ"
                        ( line 5 , column 11 )
                        (Block (CodeBlock [ Block (Content [ Text "\127758" ]) , Break ]))
                    ])
             ])))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: [Hello ]), 
                 text(body: [World ]), 
                 text(body: [🌎]), 
                 parbreak() })