packages feed

typst-0.9: test/typ/math/delimited-05.out

--- parse tree ---
[ Comment
, SoftBreak
, Equation
    True
    [ Code
        "typ/math/delimited-05.typ"
        ( line 2 , column 3 )
        (FuncCall
           (Ident (Identifier "lr"))
           [ BlockArg [ MFrac (Text "a") (Text "b") , Text "]" ] ])
    , Text "="
    , Text "a"
    , Text "="
    , Code
        "typ/math/delimited-05.typ"
        ( line 2 , column 19 )
        (FuncCall
           (Ident (Identifier "lr"))
           [ BlockArg [ Text "{" , MFrac (Text "a") (Text "b") ] ])
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 math.equation(block: true, 
                               body: { math.lr(body: ({ math.frac(denom: text(body: [b]), 
                                                                  num: text(body: [a])), 
                                                        text(body: []]) })), 
                                       text(body: [=]), 
                                       text(body: [a]), 
                                       text(body: [=]), 
                                       math.lr(body: ({ text(body: [{]), 
                                                        math.frac(denom: text(body: [b]), 
                                                                  num: text(body: [a])) })) }, 
                               numbering: none), 
                 parbreak() })