typst-0.9: test/typ/layout/terms-03.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/layout/terms-03.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "text"))
[ NormalArg (Literal (Numeric 8.0 Pt)) ])
, SoftBreak
, DescListItem
[ Text "First" , Space , Text "list" ]
[ Code
"typ/layout/terms-03.typ"
( line 3 , column 16 )
(FuncCall
(Ident (Identifier "lorem")) [ NormalArg (Literal (Int 6)) ])
]
, ParBreak
, Code
"typ/layout/terms-03.typ"
( line 5 , column 2 )
(Set
(Ident (Identifier "terms"))
[ KeyValArg
(Identifier "hanging-indent") (Literal (Numeric 30.0 Pt))
])
, SoftBreak
, DescListItem
[ Text "Second" , Space , Text "list" ]
[ Code
"typ/layout/terms-03.typ"
( line 6 , column 17 )
(FuncCall
(Ident (Identifier "lorem")) [ NormalArg (Literal (Int 5)) ])
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
], size: 8.0pt),
terms(children: ((text(body: [First list],
size: 8.0pt),
text(body: [Lorem ipsum dolor sit amet, consectetur],
size: 8.0pt)))),
text(body: [
], size: 8.0pt),
terms(children: ((text(body: [Second list],
size: 8.0pt),
text(body: [Lorem ipsum dolor sit amet,],
size: 8.0pt))),
hanging-indent: 30.0pt) })