packages feed

typst-0.9: test/typ/layout/page-style-02.out

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
    "typ/layout/page-style-02.typ"
    ( line 3 , column 2 )
    (Set
       (Ident (Identifier "page")) [ NormalArg (Literal (String "a4")) ])
, SoftBreak
, Code
    "typ/layout/page-style-02.typ"
    ( line 4 , column 2 )
    (Set
       (Ident (Identifier "page")) [ NormalArg (Literal (String "a5")) ])
, SoftBreak
, Code
    "typ/layout/page-style-02.typ"
    ( line 5 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "width") (Literal (Numeric 1.0 Cm))
       , KeyValArg (Identifier "height") (Literal (Numeric 1.0 Cm))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: [
]), 
                 text(body: [
]), 
                 parbreak() })