typst-0.9: test/typ/math/op-04.out
--- parse tree ---
[ Comment
, SoftBreak
, Equation
True
[ MAttach
(Just (Text "x"))
Nothing
(Code
"typ/math/op-04.typ"
( line 2 , column 3 )
(FuncCall
(Ident (Identifier "bold"))
[ BlockArg
[ Code
"typ/math/op-04.typ"
( line 2 , column 8 )
(FuncCall
(Ident (Identifier "op"))
[ BlockArg [ Text "bold" ]
, KeyValArg (Identifier "limits") (Literal (Boolean True))
])
]
]))
, Text "y"
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
math.equation(block: true,
body: { math.attach(b: text(body: [x]),
base: math.bold(body: math.op(limits: true,
text: text(body: [bold]))),
t: none),
text(body: [y]) },
numbering: none),
parbreak() })