typst-0.9: test/typ/text/space-05.out
--- parse tree ---
[ Comment
, SoftBreak
, Text "A"
, Code
"typ/text/space-05.typ"
( line 2 , column 3 )
(Literal (String "\n"))
, Space
, Text "B"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
A]),
text(body: [
]),
text(body: [ B]),
parbreak() })