typst-0.9: test/typ/layout/par-justify-01.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/layout/par-justify-01.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "par"))
[ KeyValArg (Identifier "justify") (Literal (Boolean True)) ])
, SoftBreak
, Text "A"
, Space
, Text "B"
, Space
, Text "C"
, Space
, HardBreak
, Text "D"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
A B C ]),
linebreak(),
text(body: [D]),
parbreak() })