typst-0.9: test/typ/text/space-02.out
--- parse tree ---
[ Comment
, SoftBreak
, Text "A"
, Code
"typ/text/space-02.typ"
( line 2 , column 3 )
(FuncCall
(Ident (Identifier "text"))
[ KeyValArg (Identifier "font") (Literal (String "IBM Plex Serif"))
, BlockArg [ Space ]
])
, Text "B"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
A]),
text(body: text(body: [ ]),
font: "IBM Plex Serif"),
text(body: [B]),
parbreak() })