packages feed

typst-0.9: test/typ/meta/footnote-invariant-00.out

--- parse tree ---
[ Code
    "typ/meta/footnote-invariant-00.typ"
    ( line 1 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "height") (Literal (Numeric 120.0 Pt)) ])
, ParBreak
, Code
    "typ/meta/footnote-invariant-00.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "lorem")) [ NormalArg (Literal (Int 13)) ])
, ParBreak
, Text "There"
, Space
, Code
    "typ/meta/footnote-invariant-00.typ"
    ( line 5 , column 8 )
    (FuncCall
       (Ident (Identifier "footnote"))
       [ NormalArg
           (FuncCall
              (Ident (Identifier "lorem")) [ NormalArg (Literal (Int 20)) ])
       ])
, ParBreak
]
--- evaluated ---
document(body: { parbreak(), 
                 text(body: [Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt]), 
                 parbreak(), 
                 text(body: [There ]), 
                 footnote(body: [Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut]), 
                 parbreak() })