typst-0.9: test/typ/text/raw-00.out
--- parse tree ---
[ Comment , SoftBreak , RawInline "A" , RawInline "B" , ParBreak ]
--- evaluated ---
document(body: { text(body: [
]),
raw(block: false,
lang: none,
text: "A"),
raw(block: false,
lang: none,
text: "B"),
parbreak() })