packages feed

typst-0.9: test/typ/compiler/string-04.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compiler/string-04.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess (Ident (Identifier "at")) (Literal (String "Hello")))
              [ NormalArg (Literal (Int 1)) ])
       , NormalArg (Literal (String "e"))
       ])
, SoftBreak
, Code
    "typ/compiler/string-04.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess (Ident (Identifier "at")) (Literal (String "Hello")))
              [ NormalArg (Literal (Int 4)) ])
       , NormalArg (Literal (String "o"))
       ])
, SoftBreak
, Code
    "typ/compiler/string-04.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess (Ident (Identifier "at")) (Literal (String "Hello")))
              [ NormalArg (Negated (Literal (Int 1))) ])
       , NormalArg (Literal (String "o"))
       ])
, SoftBreak
, Code
    "typ/compiler/string-04.typ"
    ( line 5 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess (Ident (Identifier "at")) (Literal (String "Hello")))
              [ NormalArg (Negated (Literal (Int 2))) ])
       , NormalArg (Literal (String "l"))
       ])
, SoftBreak
, Code
    "typ/compiler/string-04.typ"
    ( line 6 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "at"))
                 (Literal (String "Hey: \127987\65039\8205\127752 there!")))
              [ NormalArg (Literal (Int 5)) ])
       , NormalArg (Literal (String "\127987\65039\8205\127752"))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [❌(]), 
                 text(body: ["🏳"]), 
                 text(body: [ /= ]), 
                 text(body: ["🏳️‍🌈"]), 
                 text(body: [)]), 
                 parbreak() })