packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compiler/string-01.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "first")) (Literal (String "Hello")))
              [])
       , NormalArg (Literal (String "H"))
       ])
, SoftBreak
, Code
    "typ/compiler/string-01.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "last")) (Literal (String "Hello")))
              [])
       , NormalArg (Literal (String "o"))
       ])
, SoftBreak
, Code
    "typ/compiler/string-01.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "first"))
                 (Literal
                    (String
                       "\127987\65039\8205\127752A\127987\65039\8205\9895\65039")))
              [])
       , NormalArg (Literal (String "\127987\65039\8205\127752"))
       ])
, SoftBreak
, Code
    "typ/compiler/string-01.typ"
    ( line 5 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "last"))
                 (Literal
                    (String
                       "\127987\65039\8205\127752A\127987\65039\8205\9895\65039")))
              [])
       , NormalArg (Literal (String "\127987\65039\8205\9895\65039"))
       ])
, 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: [ /= ]), 
                 text(body: ["🏳️‍⚧️"]), 
                 text(body: [)]), 
                 parbreak() })