typst-0.9: test/typ/text/tracking-spacing-04.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/text/tracking-spacing-04.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "text"))
[ KeyValArg (Identifier "spacing") (Literal (Numeric 1.0 Em)) ])
, SoftBreak
, Text "My"
, Space
, Text "text"
, Space
, Text "has"
, Space
, Text "spaces"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
My text has spaces.],
spacing: 1.0em),
parbreak() })