typst-0.9: test/typ/text/raw-06.out
--- parse tree ---
[ Comment , SoftBreak , RawBlock "" " A\n B\n C" , ParBreak ]
--- evaluated ---
document(body: { text(body: [
]),
raw(block: true,
lang: none,
text: " A\n B\n C"),
parbreak() })