packages feed

typst-0.9: test/typ/meta/footnote-03.out

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
    "typ/meta/footnote-03.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "footnote"))
       [ BlockArg
           [ Text "A,"
           , Space
           , Code
               "typ/meta/footnote-03.typ"
               ( line 3 , column 15 )
               (FuncCall
                  (Ident (Identifier "footnote")) [ BlockArg [ Text "B" ] ])
           ]
       ])
, Text ","
, Space
, Code
    "typ/meta/footnote-03.typ"
    ( line 3 , column 30 )
    (FuncCall
       (Ident (Identifier "footnote")) [ BlockArg [ Text "C" ] ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 footnote(body: { text(body: [A, ]), 
                                  footnote(body: text(body: [B])) }), 
                 text(body: [, ]), 
                 footnote(body: text(body: [C])), 
                 parbreak() })