packages feed

typst-0.9: test/typ/text/linebreak-08.out

--- parse tree ---
[ Comment
, SoftBreak
, Text "First"
, Space
, Text "part"
, Comment
, SoftBreak
, Text "Second"
, Space
, Text "part"
, ParBreak
, Comment
, SoftBreak
, Text "First"
, Space
, Text "part"
, Space
, Comment
, SoftBreak
, Text "Second"
, Space
, Text "part"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
First part]), 
                 text(body: [
Second part]), 
                 parbreak(), 
                 text(body: [
First part ]), 
                 text(body: [
Second part]), 
                 parbreak() })