typst-0.9: test/typ/math/content-02.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/math/content-02.typ"
( line 2 , column 2 )
(FuncCall
(FieldAccess
(Ident (Identifier "attach")) (Ident (Identifier "math")))
[ NormalArg (Block (Content [ Equation False [ Text "a" ] ]))
, KeyValArg (Identifier "t") (Block (Content [ Text "b" ]))
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
math.attach(base: math.equation(block: false,
body: text(body: [a]),
numbering: none),
t: text(body: [b])),
parbreak() })