typst-0.9: test/typ/regression/issue6.out
--- parse tree ---
[ Equation
True
[ Code
"typ/regression/issue6.typ"
( line 1 , column 4 )
(Let
(BasicBind (Just (Identifier "g")))
(Block (Content [ Equation False [ Text "3" ] ])))
, Code
"typ/regression/issue6.typ"
( line 2 , column 2 )
(Ident (Identifier "g"))
]
, ParBreak
]
--- evaluated ---
document(body: { math.equation(block: true,
body: math.equation(block: false,
body: text(body: [3]),
numbering: none),
numbering: none),
parbreak() })