packages feed

typst-0.9: test/typ/meta/document-01.out

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
    "typ/meta/document-01.typ"
    ( line 3 , column 2 )
    (Set
       (Ident (Identifier "document"))
       [ KeyValArg
           (Identifier "author")
           (Array [ Reg (Literal (String "A")) , Reg (Literal (String "B")) ])
       ])
, ParBreak
]
--- evaluated ---
document(author: ("A", "B"), 
         body: { text(body: [
]), 
                 text(body: [
]), 
                 parbreak() })