typst-0.9: test/typ/regression/issue20.out
--- parse tree ---
[ Code
"typ/regression/issue20.typ"
( line 1 , column 2 )
(Let
(BasicBind (Just (Identifier "a")))
(Literal (String "\nThis is a\nmultiline string\n")))
, SoftBreak
, Code
"typ/regression/issue20.typ"
( line 5 , column 2 )
(FuncCall
(FieldAccess (Ident (Identifier "len")) (Ident (Identifier "a")))
[])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [28]),
parbreak() })