typst-0.9: test/typ/text/symbol-00.out
--- parse tree ---
[ Code
"typ/text/symbol-00.typ"
( line 1 , column 2 )
(FieldAccess
(Ident (Identifier "face")) (Ident (Identifier "emoji")))
, SoftBreak
, Code
"typ/text/symbol-00.typ"
( line 2 , column 2 )
(FieldAccess
(Ident (Identifier "old"))
(FieldAccess
(Ident (Identifier "woman")) (Ident (Identifier "emoji"))))
, SoftBreak
, Code
"typ/text/symbol-00.typ"
( line 3 , column 2 )
(FieldAccess
(Ident (Identifier "turtle")) (Ident (Identifier "emoji")))
, ParBreak
, Code
"typ/text/symbol-00.typ"
( line 5 , column 2 )
(Set
(Ident (Identifier "text"))
[ KeyValArg
(Identifier "font") (Literal (String "New Computer Modern Math"))
])
, SoftBreak
, Code
"typ/text/symbol-00.typ"
( line 6 , column 2 )
(FieldAccess
(Ident (Identifier "arrow")) (Ident (Identifier "sym")))
, SoftBreak
, Code
"typ/text/symbol-00.typ"
( line 7 , column 2 )
(FieldAccess
(Ident (Identifier "l"))
(FieldAccess
(Ident (Identifier "arrow")) (Ident (Identifier "sym"))))
, SoftBreak
, Code
"typ/text/symbol-00.typ"
( line 8 , column 2 )
(FieldAccess
(Ident (Identifier "squiggly"))
(FieldAccess
(Ident (Identifier "r"))
(FieldAccess
(Ident (Identifier "arrow")) (Ident (Identifier "sym")))))
, SoftBreak
, Code
"typ/text/symbol-00.typ"
( line 9 , column 2 )
(FieldAccess
(Ident (Identifier "hook"))
(FieldAccess
(Ident (Identifier "tr"))
(FieldAccess
(Ident (Identifier "arrow")) (Ident (Identifier "sym")))))
, ParBreak
, Code
"typ/text/symbol-00.typ"
( line 11 , column 2 )
(FieldAccess
(Ident (Identifier "r"))
(FieldAccess
(Ident (Identifier "arrow")) (Ident (Identifier "sym"))))
, Text "this"
, Space
, Text "and"
, Space
, Text "this"
, Code
"typ/text/symbol-00.typ"
( line 11 , column 28 )
(FieldAccess
(Ident (Identifier "l"))
(FieldAccess
(Ident (Identifier "arrow")) (Ident (Identifier "sym"))))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [π]),
text(body: [
]),
text(body: [π΅]),
text(body: [
]),
text(body: [π’]),
parbreak(),
text(body: [
],
font: "New Computer Modern Math"),
text(body: [β],
font: "New Computer Modern Math"),
text(body: [
],
font: "New Computer Modern Math"),
text(body: [β],
font: "New Computer Modern Math"),
text(body: [
],
font: "New Computer Modern Math"),
text(body: [β],
font: "New Computer Modern Math"),
text(body: [
],
font: "New Computer Modern Math"),
text(body: [β€€],
font: "New Computer Modern Math"),
parbreak(),
text(body: [β],
font: "New Computer Modern Math"),
text(body: [this and this],
font: "New Computer Modern Math"),
text(body: [β],
font: "New Computer Modern Math"),
parbreak() })