packages feed

typst-0.9: test/typ/regression/issue63.out

--- parse tree ---
[ Code
    "typ/regression/issue63.typ"
    ( line 1 , column 2 )
    (Show
       (Just (Ident (Identifier "link")))
       (Ident (Identifier "underline")))
, ParBreak
, BulletListItem
    [ Code
        "typ/regression/issue63.typ"
        ( line 3 , column 4 )
        (FuncCall
           (Ident (Identifier "link"))
           [ NormalArg
               (Literal
                  (String "https://www.jetbrains.com/compose-multiplatform/"))
           , BlockArg [ Text "Compose" , Space , Text "Multiplatform" ]
           ])
    , Space
    , Text "as"
    , Space
    , Text "front"
    , Text "-"
    , Text "end"
    , Space
    , Text "framework"
    ]
, SoftBreak
, BulletListItem
    [ Code
        "typ/regression/issue63.typ"
        ( line 4 , column 4 )
        (FuncCall
           (Ident (Identifier "link"))
           [ NormalArg
               (Literal (String "https://github.com/InsertKoinIO/koin/"))
           , BlockArg [ Text "Koin" ]
           ])
    , Space
    , Text "for"
    , Space
    , Text "Dependecy"
    , Space
    , Text "Injection"
    ]
, ParBreak
]
--- evaluated ---
document(body: { parbreak(), 
                 list(children: ({ underline(body: link(body: text(body: [Compose Multiplatform]), 
                                                        dest: "https://www.jetbrains.com/compose-multiplatform/")), 
                                   text(body: [ as front-end framework]) }, 
                                 { underline(body: link(body: text(body: [Koin]), 
                                                        dest: "https://github.com/InsertKoinIO/koin/")), 
                                   text(body: [ for Dependecy Injection]) })) })