packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/layout/par-bidi-00.typ"
    ( line 2 , column 2 )
    (Let
       (BasicBind (Just (Identifier "content")))
       (FuncCall
          (Ident (Identifier "par"))
          [ BlockArg
              [ Text "Text" , Space , Text "\1496\1462\1511\1505\1496" ]
          ]))
, SoftBreak
, Code
    "typ/layout/par-bidi-00.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "text"))
       [ KeyValArg (Identifier "lang") (Literal (String "he"))
       , NormalArg (Ident (Identifier "content"))
       ])
, SoftBreak
, Code
    "typ/layout/par-bidi-00.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "text"))
       [ KeyValArg (Identifier "lang") (Literal (String "de"))
       , NormalArg (Ident (Identifier "content"))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: par(body: text(body: [Text טֶקסט])), 
                      lang: "he"), 
                 text(body: [
]), 
                 text(body: par(body: text(body: [Text טֶקסט])), 
                      lang: "de"), 
                 parbreak() })