typst-0.9: test/typ/text/linebreak-obj-00.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/text/linebreak-obj-00.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "page"))
[ KeyValArg (Identifier "width") (Literal (Numeric 162.0 Pt)) ])
, ParBreak
, Text "They"
, Space
, Text "can"
, Space
, Text "look"
, Space
, Text "for"
, Space
, Text "the"
, Space
, Text "details"
, Space
, Text "in"
, Space
, Ref "netwok" (Literal Auto)
, Text ","
, SoftBreak
, Text "which"
, Space
, Text "is"
, Space
, Text "the"
, Space
, Text "authoritative"
, Space
, Text "source"
, Text "."
, ParBreak
, Code
"typ/text/linebreak-obj-00.typ"
( line 7 , column 2 )
(FuncCall
(Ident (Identifier "bibliography"))
[ NormalArg (Literal (String "/works.bib")) ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
parbreak(),
text(body: [They can look for the details in ]),
ref(supplement: auto,
target: <netwok>),
text(body: [,
which is the authoritative source.]),
parbreak(),
bibliography(source: "/works.bib"),
parbreak() })