packages feed

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

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