packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compiler/string-09.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "clusters")) (Literal (String "abc")))
              [])
       , NormalArg
           (Array
              [ Reg (Literal (String "a"))
              , Reg (Literal (String "b"))
              , Reg (Literal (String "c"))
              ])
       ])
, SoftBreak
, Code
    "typ/compiler/string-09.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "clusters")) (Literal (String "abc")))
              [])
       , NormalArg
           (Array
              [ Reg (Literal (String "a"))
              , Reg (Literal (String "b"))
              , Reg (Literal (String "c"))
              ])
       ])
, SoftBreak
, Code
    "typ/compiler/string-09.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "clusters"))
                 (Literal (String "\127987\65039\8205\127752!")))
              [])
       , NormalArg
           (Array
              [ Reg (Literal (String "\127987\65039\8205\127752"))
              , Reg (Literal (String "!"))
              ])
       ])
, SoftBreak
, Code
    "typ/compiler/string-09.typ"
    ( line 5 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "codepoints"))
                 (Literal (String "\127987\65039\8205\127752!")))
              [])
       , NormalArg
           (Array
              [ Reg (Literal (String "\127987"))
              , Reg (Literal (String "\65039"))
              , Reg (Literal (String "\8205"))
              , Reg (Literal (String "\127752"))
              , Reg (Literal (String "!"))
              ])
       ])
, 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: [✅]), 
                 parbreak() })