typst-0.9: test/typ/layout/par-bidi-03.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/layout/par-bidi-03.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "text"))
[ KeyValArg (Identifier "dir") (Ident (Identifier "rtl")) ])
, SoftBreak
, Text "\1488"
, Text "\8294"
, Text "A"
, Text "\8295"
, Text "B\1489"
, Text "\8297"
, Text "?"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
אABב?],
dir: rtl),
parbreak() })