typst-0.9: test/typ/compiler/field-02.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/compiler/field-02.typ"
( line 2 , column 2 )
(FieldAccess
(Ident (Identifier "item")) (Ident (Identifier "enum")))
, SoftBreak
, Code
"typ/compiler/field-02.typ"
( line 3 , column 2 )
(FieldAccess
(Ident (Identifier "eq")) (Ident (Identifier "assert")))
, SoftBreak
, Code
"typ/compiler/field-02.typ"
( line 4 , column 2 )
(FieldAccess
(Ident (Identifier "ne")) (Ident (Identifier "assert")))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
text(body: [
]),
parbreak() })