packages feed

typst-0.9: test/typ/layout/par-bidi-07.out

--- parse tree ---
[ Comment
, SoftBreak
, Text "\1575\1604\1594\1575\1604\1576"
, Space
, Code
    "typ/layout/par-bidi-07.typ"
    ( line 2 , column 9 )
    (FuncCall
       (Ident (Identifier "h")) [ NormalArg (Literal (Numeric 70.0 Pt)) ])
, Space
, Text "\1606"
, Code
    "typ/layout/par-bidi-07.typ"
    ( line 2 , column 19 )
    (Literal (String " "))
, Text "\1577"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
الغالب ]), 
                 h(amount: 70.0pt), 
                 text(body: [ ن]), 
                 text(body: [ ]), 
                 text(body: [ة]), 
                 parbreak() })