packages feed

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

--- parse tree ---
[ Equation
    False
    [ Code
        "typ/regression/issue15.typ"
        ( line 1 , column 2 )
        (Ident (Identifier "dots"))
    ]
, SoftBreak
, Equation
    False
    [ Code
        "typ/regression/issue15.typ"
        ( line 2 , column 2 )
        (FieldAccess (Ident (Identifier "l")) (Ident (Identifier "quote")))
    ]
, ParBreak
]
--- evaluated ---
document(body: { math.equation(block: false, 
                               body: text(body: […]), 
                               numbering: none), 
                 text(body: [
]), 
                 math.equation(block: false, 
                               body: text(body: [“]), 
                               numbering: none), 
                 parbreak() })