typst-0.9: test/typ/meta/footnote-container-01.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/meta/footnote-container-01.typ"
( line 2 , column 2 )
(Let
(BasicBind (Just (Identifier "lang")))
(FuncCall
(Ident (Identifier "footnote"))
[ BlockArg [ Text "Languages" , Text "." ] ]))
, SoftBreak
, Code
"typ/meta/footnote-container-01.typ"
( line 3 , column 2 )
(Let
(BasicBind (Just (Identifier "nums")))
(FuncCall
(Ident (Identifier "footnote"))
[ BlockArg [ Text "Numbers" , Text "." ] ]))
, ParBreak
, DescListItem
[ Quote '"' , Text "Hello" , Quote '"' ]
[ Text "A"
, Space
, Text "word"
, Space
, Code
"typ/meta/footnote-container-01.typ"
( line 5 , column 20 )
(Ident (Identifier "lang"))
]
, SoftBreak
, DescListItem
[ Quote '"' , Text "123" , Quote '"' ]
[ Text "A"
, Space
, Text "number"
, Space
, Code
"typ/meta/footnote-container-01.typ"
( line 6 , column 20 )
(Ident (Identifier "nums"))
]
, ParBreak
, BulletListItem
[ Quote '"'
, Text "Hello"
, Quote '"'
, Space
, Code
"typ/meta/footnote-container-01.typ"
( line 8 , column 12 )
(Ident (Identifier "lang"))
]
, SoftBreak
, BulletListItem
[ Quote '"'
, Text "123"
, Quote '"'
, Space
, Code
"typ/meta/footnote-container-01.typ"
( line 9 , column 10 )
(Ident (Identifier "nums"))
]
, ParBreak
, EnumListItem
Nothing
[ Quote '"'
, Text "Hello"
, Quote '"'
, Space
, Code
"typ/meta/footnote-container-01.typ"
( line 11 , column 12 )
(Ident (Identifier "lang"))
]
, SoftBreak
, EnumListItem
Nothing
[ Quote '"'
, Text "123"
, Quote '"'
, Space
, Code
"typ/meta/footnote-container-01.typ"
( line 12 , column 10 )
(Ident (Identifier "nums"))
]
, ParBreak
, Code
"typ/meta/footnote-container-01.typ"
( line 14 , column 2 )
(FuncCall
(Ident (Identifier "table"))
[ KeyValArg (Identifier "columns") (Literal (Int 2))
, NormalArg (Block (Content [ Text "Hello" ]))
, NormalArg
(Block
(Content
[ Text "A"
, Space
, Text "word"
, Space
, Code
"typ/meta/footnote-container-01.typ"
( line 16 , column 21 )
(Ident (Identifier "lang"))
]))
, NormalArg (Block (Content [ Text "123" ]))
, NormalArg
(Block
(Content
[ Text "A"
, Space
, Text "number"
, Space
, Code
"typ/meta/footnote-container-01.typ"
( line 17 , column 21 )
(Ident (Identifier "nums"))
]))
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
parbreak(),
terms(children: ((text(body: [“Hello”]),
{ text(body: [A word ]),
footnote(body: text(body: [Languages.])) }),
(text(body: [“123”]),
{ text(body: [A number ]),
footnote(body: text(body: [Numbers.])) }))),
list(children: ({ text(body: [“Hello” ]),
footnote(body: text(body: [Languages.])) },
{ text(body: [“123” ]),
footnote(body: text(body: [Numbers.])) })),
enum(children: ({ text(body: [“Hello” ]),
footnote(body: text(body: [Languages.])) },
{ text(body: [“123” ]),
footnote(body: text(body: [Numbers.])) })),
table(children: (text(body: [Hello]),
{ text(body: [A word ]),
footnote(body: text(body: [Languages.])) },
text(body: [123]),
{ text(body: [A number ]),
footnote(body: text(body: [Numbers.])) }),
columns: 2),
parbreak() })