typst-0.9: test/typ/compiler/shorthand-02.out
--- parse tree ---
[ BulletListItem
[ Text "En" , Space , Text "dash" , Text ":" , Space , EnDash ]
, SoftBreak
, BulletListItem
[ Text "Em" , Space , Text "dash" , Text ":" , Space , EmDash ]
, ParBreak
]
--- evaluated ---
document(body: list(children: (text(body: [En dash: –]),
text(body: [Em dash: —]))))