packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Equation
    True
    [ MAttach
        (Just
           (MGroup
              Nothing
              Nothing
              [ Text "1"
              , Code
                  "typ/math/op-00.typ"
                  ( line 2 , column 9 )
                  (FieldAccess (Ident (Identifier "eq")) (Ident (Identifier "lt")))
              , Text "n"
              , Code
                  "typ/math/op-00.typ"
                  ( line 2 , column 12 )
                  (FieldAccess (Ident (Identifier "eq")) (Ident (Identifier "lt")))
              , Text "m"
              ]))
        Nothing
        (Code
           "typ/math/op-00.typ"
           ( line 2 , column 3 )
           (Ident (Identifier "max")))
    , Text "n"
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 math.equation(block: true, 
                               body: { math.attach(b: { text(body: [1]), 
                                                        text(body: [≤]), 
                                                        text(body: [n]), 
                                                        text(body: [≤]), 
                                                        text(body: [m]) }, 
                                                   base: math.op(limits: true, 
                                                                 text: "max"), 
                                                   t: none), 
                                       text(body: [n]) }, 
                               numbering: none), 
                 parbreak() })