typst-0.9: test/typ/compiler/show-node-00.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/compiler/show-node-00.typ"
( line 2 , column 2 )
(Show
(Just (Ident (Identifier "list")))
(FuncExpr
[ NormalParam (Identifier "it") ]
(Plus
(Plus
(Literal (String "("))
(FuncCall
(FieldAccess
(Ident (Identifier "join"))
(FuncCall
(FieldAccess
(Ident (Identifier "map"))
(FieldAccess
(Ident (Identifier "children")) (Ident (Identifier "it"))))
[ NormalArg
(FuncExpr
[ NormalParam (Identifier "v") ]
(FieldAccess (Ident (Identifier "body")) (Ident (Identifier "v"))))
]))
[ NormalArg (Literal (String ", ")) ]))
(Literal (String ")")))))
, ParBreak
, BulletListItem
[ Text "A"
, SoftBreak
, BulletListItem [ Text "B" ]
, SoftBreak
, BulletListItem [ Text "C" ]
]
, SoftBreak
, BulletListItem [ Text "D" ]
, SoftBreak
, BulletListItem [ Text "E" ]
, ParBreak
]
"typ/compiler/show-node-00.typ" (line 2, column 2):
unexpected end of input
Content does not have a method "body" or FieldAccess requires a dictionary