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