packages feed

typst-0.9: test/typ/regression/issue41.out

--- parse tree ---
[ Equation
    False
    [ MAttach
        (Just (Text "2"))
        Nothing
        (Code
           "typ/regression/issue41.typ"
           ( line 1 , column 2 )
           (FieldAccess
              (Ident (Identifier "circle")) (Ident (Identifier "plus"))))
    ]
, ParBreak
]
--- evaluated ---
document(body: { math.equation(block: false, 
                               body: math.attach(b: text(body: [2]), 
                                                 base: text(body: [⊕]), 
                                                 t: none), 
                               numbering: none), 
                 parbreak() })