typst-0.9: test/typ/compiler/shorthand-01.out
--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Comment
, SoftBreak
, Code
"typ/compiler/shorthand-01.typ"
( line 4 , column 2 )
(Set
(Ident (Identifier "text"))
[ KeyValArg
(Identifier "font") (Literal (String "New Computer Modern"))
])
, SoftBreak
, Text "a"
, Space
, Text "b"
, Space
, HardBreak
, Text "a"
, Nbsp
, Text "b"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
text(body: [
]),
text(body: [
a b ],
font: "New Computer Modern"),
linebreak(),
text(body: [a b],
font: "New Computer Modern"),
parbreak() })