packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
    "typ/layout/page-02.typ"
    ( line 3 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "width") (Literal (Numeric 80.0 Pt))
       , KeyValArg (Identifier "height") (Literal (Numeric 80.0 Pt))
       ])
, SoftBreak
, Code
    "typ/layout/page-02.typ"
    ( line 4 , column 2 )
    (Block
       (Content
          [ Code
              "typ/layout/page-02.typ"
              ( line 4 , column 4 )
              (Set
                 (Ident (Identifier "page"))
                 [ KeyValArg (Identifier "width") (Literal (Numeric 40.0 Pt)) ])
          , Text "High"
          ]))
, SoftBreak
, Code
    "typ/layout/page-02.typ"
    ( line 5 , column 2 )
    (Block
       (Content
          [ Code
              "typ/layout/page-02.typ"
              ( line 5 , column 4 )
              (Set
                 (Ident (Identifier "page"))
                 [ KeyValArg (Identifier "height") (Literal (Numeric 40.0 Pt)) ])
          , Text "Wide"
          ]))
, ParBreak
, Comment
, SoftBreak
, Code
    "typ/layout/page-02.typ"
    ( line 8 , column 2 )
    (Block
       (Content
          [ Code
              "typ/layout/page-02.typ"
              ( line 8 , column 4 )
              (Set
                 (Ident (Identifier "page"))
                 [ KeyValArg (Identifier "paper") (Literal (String "a11"))
                 , KeyValArg (Identifier "flipped") (Literal (Boolean True))
                 ])
          , Text "Flipped"
          , Space
          , Text "A11"
          ]))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: [
]), 
                 text(body: [High]), 
                 text(body: [
]), 
                 text(body: [Wide]), 
                 parbreak(), 
                 text(body: [
]), 
                 text(body: [Flipped A11]), 
                 parbreak() })