typst-0.9: test/typ/compiler/set-00.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/compiler/set-00.typ"
( line 2 , column 2 )
(Let
(BasicBind (Just (Identifier "x")))
(Block (Content [ Text "World" ])))
, SoftBreak
, Text "Hello"
, Space
, Strong
[ Code
"typ/compiler/set-00.typ"
( line 3 , column 9 )
(Ident (Identifier "x"))
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
Hello ]),
strong(body: text(body: [World])),
parbreak() })