typst-0.9: test/typ/text/tracking-spacing-05.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/text/tracking-spacing-05.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "text"))
[ KeyValArg
(Identifier "spacing")
(Plus (Literal (Numeric 50.0 Percent)) (Literal (Numeric 1.0 Pt)))
])
, SoftBreak
, Text "This"
, Space
, Text "is"
, Space
, Text "tight"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
This is tight.],
spacing: 1.0pt + 50%),
parbreak() })