typst-0.9: test/typ/regression/issue49.out
--- parse tree ---
[ Text "\27979\35797\25991\26412"
, Strong [ Text "\21152\31895" ]
, Text "\12290"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [测试文本]),
strong(body: text(body: [加粗])),
text(body: [。]),
parbreak() })