typst-0.9: test/typ/meta/footnote-break-00.out
--- parse tree ---
[ Code
"typ/meta/footnote-break-00.typ"
( line 1 , column 2 )
(Set
(Ident (Identifier "page"))
[ KeyValArg (Identifier "height") (Literal (Numeric 200.0 Pt)) ])
, ParBreak
, Code
"typ/meta/footnote-break-00.typ"
( line 3 , column 2 )
(FuncCall
(Ident (Identifier "lorem")) [ NormalArg (Literal (Int 5)) ])
, SoftBreak
, Code
"typ/meta/footnote-break-00.typ"
( line 4 , column 2 )
(FuncCall
(Ident (Identifier "footnote"))
[ BlockArg
[ Space
, Comment
, SoftBreak
, Text "A"
, Space
, Text "simple"
, Space
, Text "footnote"
, Text "."
, SoftBreak
, Code
"typ/meta/footnote-break-00.typ"
( line 6 , column 4 )
(FuncCall
(Ident (Identifier "footnote"))
[ BlockArg
[ Text "Well,"
, Space
, Text "not"
, Space
, Text "that"
, Space
, Text "simple"
, Space
, Ellipsis
]
])
, Space
, Comment
, ParBreak
]
])
, SoftBreak
, Code
"typ/meta/footnote-break-00.typ"
( line 8 , column 2 )
(FuncCall
(Ident (Identifier "lorem")) [ NormalArg (Literal (Int 15)) ])
, SoftBreak
, Code
"typ/meta/footnote-break-00.typ"
( line 9 , column 2 )
(FuncCall
(Ident (Identifier "footnote"))
[ BlockArg
[ Text "Another"
, Space
, Text "footnote"
, Text ":"
, Space
, Code
"typ/meta/footnote-break-00.typ"
( line 9 , column 30 )
(FuncCall
(Ident (Identifier "lorem")) [ NormalArg (Literal (Int 30)) ])
]
])
, Space
, Comment
, SoftBreak
, Code
"typ/meta/footnote-break-00.typ"
( line 10 , column 2 )
(FuncCall
(Ident (Identifier "lorem")) [ NormalArg (Literal (Int 15)) ])
, SoftBreak
, Code
"typ/meta/footnote-break-00.typ"
( line 11 , column 2 )
(FuncCall
(Ident (Identifier "footnote"))
[ BlockArg
[ Text "My"
, Space
, Text "fourth"
, Space
, Text "footnote"
, Text ":"
, Space
, Code
"typ/meta/footnote-break-00.typ"
( line 11 , column 32 )
(FuncCall
(Ident (Identifier "lorem")) [ NormalArg (Literal (Int 50)) ])
]
])
, Space
, Comment
, SoftBreak
, Code
"typ/meta/footnote-break-00.typ"
( line 12 , column 2 )
(FuncCall
(Ident (Identifier "lorem")) [ NormalArg (Literal (Int 15)) ])
, SoftBreak
, Code
"typ/meta/footnote-break-00.typ"
( line 13 , column 2 )
(FuncCall
(Ident (Identifier "footnote"))
[ BlockArg
[ Text "And"
, Space
, Text "a"
, Space
, Text "final"
, Space
, Text "footnote"
, Text "."
]
])
, Space
, Comment
, ParBreak
]
--- evaluated ---
document(body: { parbreak(),
text(body: [Lorem ipsum dolor sit amet,]),
text(body: [
]),
footnote(body: { text(body: [ ]),
text(body: [
A simple footnote.
]),
footnote(body: text(body: [Well, not that simple …])),
text(body: [ ]),
parbreak() }),
text(body: [
]),
text(body: [Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore]),
text(body: [
]),
footnote(body: { text(body: [Another footnote: ]),
text(body: [Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi]) }),
text(body: [ ]),
text(body: [
]),
text(body: [Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore]),
text(body: [
]),
footnote(body: { text(body: [My fourth footnote: ]),
text(body: [Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat]) }),
text(body: [ ]),
text(body: [
]),
text(body: [Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore]),
text(body: [
]),
footnote(body: text(body: [And a final footnote.])),
text(body: [ ]),
parbreak() })