packages feed

typst-0.9: test/typ/math/underover-00.out

--- parse tree ---
[ Comment
, SoftBreak
, Equation
    True
    [ Text "x"
    , Text "="
    , Code
        "typ/math/underover-00.typ"
        ( line 2 , column 7 )
        (FuncCall
           (Ident (Identifier "underbrace"))
           [ BlockArg
               [ Text "1"
               , Text "+"
               , Text "2"
               , Text "+"
               , Code
                   "typ/math/underover-00.typ"
                   ( line 3 , column 11 )
                   (FieldAccess (Ident (Identifier "h")) (Ident (Identifier "dots")))
               , Text "+"
               , Text "5"
               ]
           , BlockArg
               [ Code
                   "typ/math/underover-00.typ"
                   ( line 4 , column 3 )
                   (FuncCall
                      (Ident (Identifier "underbrace"))
                      [ BlockArg [ Text "numbers" ]
                      , BlockArg [ Text "x" , Text "+" , Text "y" ]
                      ])
               ]
           ])
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 math.equation(block: true, 
                               body: { text(body: [x]), 
                                       text(body: [=]), 
                                       math.underbrace(annotation: math.underbrace(annotation: { text(body: [x]), 
                                                                                                 text(body: [+]), 
                                                                                                 text(body: [y]) }, 
                                                                                   body: text(body: [numbers])), 
                                                       body: { text(body: [1]), 
                                                               text(body: [+]), 
                                                               text(body: [2]), 
                                                               text(body: [+]), 
                                                               text(body: […]), 
                                                               text(body: [+]), 
                                                               text(body: [5]) }) }, 
                               numbering: none), 
                 parbreak() })