packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Text "This"
, Space
, Text "is"
, Space
, Text "a"
, Space
, Text "spaceexceedinglylongy"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
This is a spaceexceedinglylongy.]), 
                 parbreak() })