typst-0.4: test/out/regression/issue12.out
--- parse tree ---
[ Code
"test/typ/regression/issue12.typ"
( line 1 , column 2 )
(Let
(BasicBind (Just (Identifier "test")))
(FuncExpr
[ NormalParam (Identifier "x") , NormalParam (Identifier "y") ]
(Block
(CodeBlock
[ If
[ ( Equals (Ident (Identifier "x")) (Ident (Identifier "y"))
, Block (Content [ Text "\9989" ])
)
, ( Literal (Boolean True)
, Block
(Content
[ Text "\10060"
, Text "("
, Code
"test/typ/regression/issue12.typ"
( line 1 , column 47 )
(FuncCall
(Ident (Identifier "repr"))
[ NormalArg (Ident (Identifier "x")) ])
, Space
, Text "/"
, Text "="
, Space
, Code
"test/typ/regression/issue12.typ"
( line 1 , column 59 )
(FuncCall
(Ident (Identifier "repr"))
[ NormalArg (Ident (Identifier "y")) ])
, Text ")"
])
)
]
]))))
, SoftBreak
, Text "he"
, Quote '\''
, Strong [ Text "llo" , Space , Text "World" ]
, ParBreak
, Text "l\8217"
, Strong [ Text "exactitude" ]
, ParBreak
, Text "a*b_c_e"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
he’]),
strong(body: text(body: [llo World])),
parbreak(),
text(body: [l’]),
strong(body: text(body: [exactitude])),
parbreak(),
text(body: [a*b_c_e]),
parbreak() })