typst-0.9: test/typ/regression/issue60.out
--- parse tree ---
[ Code
"typ/regression/issue60.typ"
( line 1 , column 2 )
(Import
(Literal (String "addons/example.typ"))
(SomeIdentifiers [ ( Identifier "utf8string" , Nothing ) ]))
, SoftBreak
, Code
"typ/regression/issue60.typ"
( line 2 , column 2 )
(Ident (Identifier "utf8string"))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [Anything!
]),
parbreak() })