packages feed

typst-0.9: test/typ/compiler/array-29.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compiler/array-29.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall (FieldAccess (Ident (Identifier "join")) (Array [])) [])
       , NormalArg (Literal None)
       ])
, SoftBreak
, Code
    "typ/compiler/array-29.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "join")) (Array [ Reg (Literal (Int 1)) ]))
              [])
       , NormalArg (Literal (Int 1))
       ])
, SoftBreak
, Code
    "typ/compiler/array-29.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "join"))
                 (Array
                    [ Reg (Literal (String "a"))
                    , Reg (Literal (String "b"))
                    , Reg (Literal (String "c"))
                    ]))
              [])
       , NormalArg (Literal (String "abc"))
       ])
, SoftBreak
, Code
    "typ/compiler/array-29.typ"
    ( line 5 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Plus
              (Plus
                 (Literal (String "("))
                 (FuncCall
                    (FieldAccess
                       (Ident (Identifier "join"))
                       (Array
                          [ Reg (Literal (String "a"))
                          , Reg (Literal (String "b"))
                          , Reg (Literal (String "c"))
                          ]))
                    [ NormalArg (Literal (String ", ")) ]))
              (Literal (String ")")))
       , NormalArg (Literal (String "(a, b, c)"))
       ])
, ParBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/array-29.typ"
    ( line 8 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "join")) (Array [ Reg (Literal (Int 1)) ]))
              [ NormalArg (Literal (Int 2)) ])
       , NormalArg (Literal (Int 1))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak(), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })