packages feed

typst-0.9: test/typ/layout/terms-00.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/layout/terms-00.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "terms"))
       [ NormalArg
           (Array
              [ Reg (Block (Content [ Text "One" ]))
              , Reg (Block (Content [ Text "First" ]))
              ])
       , NormalArg
           (Array
              [ Reg (Block (Content [ Text "Two" ]))
              , Reg (Block (Content [ Text "Second" ]))
              ])
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 terms(children: ((text(body: [One]), 
                                   text(body: [First])), 
                                  (text(body: [Two]), 
                                   text(body: [Second])))), 
                 parbreak() })