packages feed

typst-0.9: test/typ/compiler/shorthand-00.out

--- parse tree ---
[ Text "The"
, Space
, Text "non"
, Text "-"
, Text "breaking"
, Nbsp
, Text "space"
, Space
, Text "does"
, Space
, Text "work"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [The non-breaking space does work.]), 
                 parbreak() })