typst-0.9: test/typ/meta/document-00.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/meta/document-00.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "document"))
[ KeyValArg (Identifier "title") (Literal (String "Hello")) ])
, SoftBreak
, Text "What"
, Quote '\''
, Text "s"
, Space
, Text "up?"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
What’s up?]),
parbreak() },
title: "Hello")