packages feed

typst-0.9: test/typ/text/lang-with-region-00.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/text/lang-with-region-00.typ"
    ( line 2 , column 2 )
    (Set
       (Ident (Identifier "text"))
       [ KeyValArg (Identifier "lang") (Literal (String "zh")) ])
, SoftBreak
, Code
    "typ/text/lang-with-region-00.typ"
    ( line 3 , column 2 )
    (FuncCall (Ident (Identifier "outline")) [])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
], lang: "zh"), 
                 outline(), 
                 parbreak() })