packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
    "typ/layout/par-bidi-02.typ"
    ( line 3 , column 2 )
    (Let
       (BasicBind (Just (Identifier "content")))
       (FuncCall
          (Ident (Identifier "par"))
          [ BlockArg
              [ Text "A\1490\1462"
              , Code
                  "typ/layout/par-bidi-02.typ"
                  ( line 3 , column 24 )
                  (FuncCall
                     (Ident (Identifier "strong"))
                     [ BlockArg [ Text "\1513\1473\1462" ] ])
              , Text "\1501B"
              ]
          ]))
, SoftBreak
, Code
    "typ/layout/par-bidi-02.typ"
    ( line 4 , column 2 )
    (Set
       (Ident (Identifier "text"))
       [ KeyValArg
           (Identifier "font")
           (Array
              [ Reg (Literal (String "Linux Libertine"))
              , Reg (Literal (String "Noto Serif Hebrew"))
              ])
       ])
, SoftBreak
, Code
    "typ/layout/par-bidi-02.typ"
    ( line 5 , column 2 )
    (FuncCall
       (Ident (Identifier "text"))
       [ KeyValArg (Identifier "lang") (Literal (String "he"))
       , NormalArg (Ident (Identifier "content"))
       ])
, SoftBreak
, Code
    "typ/layout/par-bidi-02.typ"
    ( line 6 , 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: [
]), 
                 text(body: [
], 
                      font: ("Linux Libertine", 
                             "Noto Serif Hebrew")), 
                 text(body: par(body: { text(body: [Aגֶ]), 
                                        strong(body: text(body: [שֶׁ])), 
                                        text(body: [םB]) }), 
                      font: ("Linux Libertine", 
                             "Noto Serif Hebrew"), 
                      lang: "he"), 
                 text(body: [
], 
                      font: ("Linux Libertine", 
                             "Noto Serif Hebrew")), 
                 text(body: par(body: { text(body: [Aגֶ]), 
                                        strong(body: text(body: [שֶׁ])), 
                                        text(body: [םB]) }), 
                      font: ("Linux Libertine", 
                             "Noto Serif Hebrew"), 
                      lang: "de"), 
                 parbreak() })