typst-0.9: test/typ/layout/par-bidi-06.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/layout/par-bidi-06.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "text"))
[ KeyValArg (Identifier "lang") (Literal (String "he")) ])
, SoftBreak
, Text "\1511\1512\1504\1508\1497\1501Rh"
, Code
"typ/layout/par-bidi-06.typ"
( line 3 , column 10 )
(FuncCall
(Ident (Identifier "box"))
[ NormalArg
(FuncCall
(Ident (Identifier "image"))
[ NormalArg (Literal (String "/assets/files/rhino.png"))
, KeyValArg (Identifier "height") (Literal (Numeric 11.0 Pt))
])
])
, Text "ino\1495\1497\1497\1501"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
קרנפיםRh],
lang: "he"),
box(body: image(height: 11.0pt,
source: "/assets/files/rhino.png")),
text(body: [inoחיים],
lang: "he"),
parbreak() })