typst-0.9: test/typ/compiler/import-05.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/compiler/import-05.typ"
( line 2 , column 2 )
(Import (Literal (String "module.typ")) AllIdentifiers)
, ParBreak
, Comment
, SoftBreak
, Code
"typ/compiler/import-05.typ"
( line 5 , column 2 )
(Import
(Literal (String "module.typ"))
(SomeIdentifiers
[ ( Identifier "a" , Nothing ) , ( Identifier "c" , Nothing ) ]))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
parbreak(),
text(body: [
]),
parbreak() })