packages feed

typst-0.9: test/typ/layout/page-margin-00.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/layout/page-margin-00.typ"
    ( line 2 , column 2 )
    (Block
       (Content
          [ SoftBreak
          , Code
              "typ/layout/page-margin-00.typ"
              ( line 3 , column 4 )
              (Set
                 (Ident (Identifier "page"))
                 [ KeyValArg (Identifier "height") (Literal (Numeric 20.0 Pt))
                 , KeyValArg (Identifier "margin") (Literal (Numeric 5.0 Pt))
                 ])
          , SoftBreak
          , Code
              "typ/layout/page-margin-00.typ"
              ( line 4 , column 4 )
              (FuncCall
                 (Ident (Identifier "place"))
                 [ NormalArg
                     (Plus (Ident (Identifier "top")) (Ident (Identifier "left")))
                 , BlockArg [ Text "TL" ]
                 ])
          , SoftBreak
          , Code
              "typ/layout/page-margin-00.typ"
              ( line 5 , column 4 )
              (FuncCall
                 (Ident (Identifier "place"))
                 [ NormalArg
                     (Plus (Ident (Identifier "bottom")) (Ident (Identifier "right")))
                 , BlockArg [ Text "BR" ]
                 ])
          , ParBreak
          ]))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: [
]), 
                 place(alignment: Axes(left, top), 
                       body: text(body: [TL])), 
                 text(body: [
]), 
                 place(alignment: Axes(right, bottom), 
                       body: text(body: [BR])), 
                 parbreak(), 
                 parbreak() })