packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Equation
    True
    [ Code
        "typ/math/underover-02.typ"
        ( line 2 , column 3 )
        (FuncCall
           (Ident (Identifier "underbracket"))
           [ BlockArg
               [ MGroup
                   (Just "[")
                   (Just "]")
                   [ Text "1" , Text "," , MFrac (Text "2") (Text "3") ]
               ]
           , BlockArg [ Text " relevant stuff" ]
           ])
    , Code
        "typ/math/underover-02.typ"
        ( line 3 , column 11 )
        (FieldAccess
           (Ident (Identifier "long"))
           (FieldAccess
              (Ident (Identifier "double"))
              (FieldAccess
                 (Ident (Identifier "r"))
                 (FieldAccess
                    (Ident (Identifier "l")) (Ident (Identifier "arrow"))))))
    , Code
        "typ/math/underover-02.typ"
        ( line 4 , column 3 )
        (FuncCall
           (Ident (Identifier "overbracket"))
           [ BlockArg
               [ MGroup
                   (Just "[")
                   (Just "]")
                   [ MFrac (Text "4") (Text "5") , Text "," , Text "6" ]
               ]
           , BlockArg [ Text " irrelevant stuff" ]
           ])
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 math.equation(block: true, 
                               body: { math.underbracket(annotation: text(body: [ relevant stuff]), 
                                                         body: math.lr(body: ({ [[], 
                                                                                text(body: [1]), 
                                                                                text(body: [,]), 
                                                                                math.frac(denom: text(body: [3]), 
                                                                                          num: text(body: [2])), 
                                                                                []] }))), 
                                       text(body: [⟺]), 
                                       math.overbracket(annotation: text(body: [ irrelevant stuff]), 
                                                        body: math.lr(body: ({ [[], 
                                                                               math.frac(denom: text(body: [5]), 
                                                                                         num: text(body: [4])), 
                                                                               text(body: [,]), 
                                                                               text(body: [6]), 
                                                                               []] }))) }, 
                               numbering: none), 
                 parbreak() })