typst-0.9: test/typ/layout/par-justify-04.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/layout/par-justify-04.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "page"))
[ KeyValArg (Identifier "width") (Literal (Numeric 155.0 Pt)) ])
, SoftBreak
, Code
"typ/layout/par-justify-04.typ"
( line 3 , column 2 )
(Set
(Ident (Identifier "par"))
[ KeyValArg (Identifier "justify") (Literal (Boolean True)) ])
, SoftBreak
, Text "This"
, Space
, Text "text"
, Space
, Text "can"
, Space
, Text "be"
, Space
, Text "fitted"
, Space
, Text "in"
, Space
, Text "one"
, Space
, Text "line"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
text(body: [
This text can be fitted in one line.]),
parbreak() })