packages feed

typst-0.9: test/typ/math/content-03.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/math/content-03.typ"
    ( line 2 , column 2 )
    (Let
       (BasicBind (Just (Identifier "here")))
       (FuncCall
          (FieldAccess
             (Ident (Identifier "with")) (Ident (Identifier "text")))
          [ KeyValArg (Identifier "font") (Literal (String "Noto Sans")) ]))
, SoftBreak
, Equation
    False
    [ Code
        "typ/math/content-03.typ"
        ( line 3 , column 3 )
        (FuncCall (Ident (Identifier "here")) [ BlockArg [ Text "f" ] ])
    , Code
        "typ/math/content-03.typ"
        ( line 3 , column 11 )
        (FieldAccess
           (Ident (Identifier "eq")) (Ident (Identifier "colon")))
    , Code
        "typ/math/content-03.typ"
        ( line 3 , column 15 )
        (FuncCall
           (Ident (Identifier "here"))
           [ BlockArg [ Text "Hi" , Space , Text "there" ] ])
    ]
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 math.equation(block: false, 
                               body: { text(body: text(body: [f]), 
                                            font: "Noto Sans"), 
                                       text(body: [≔]), 
                                       text(body: { text(body: [Hi]), 
                                                    text(body: [ ]), 
                                                    text(body: [there]) }, 
                                            font: "Noto Sans") }, 
                               numbering: none), 
                 text(body: [.]), 
                 parbreak() })