packages feed

typst-0.9: test/typ/text/lang-01.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/text/lang-01.typ"
    ( line 2 , column 2 )
    (Set
       (Ident (Identifier "text"))
       [ KeyValArg (Identifier "font") (Literal (String "Ubuntu")) ])
, ParBreak
, Comment
, SoftBreak
, Comment
, SoftBreak
, Comment
, SoftBreak
, Comment
, SoftBreak
, Text "\1041\1073"
, SoftBreak
, Code
    "typ/text/lang-01.typ"
    ( line 9 , column 2 )
    (FuncCall
       (Ident (Identifier "text"))
       [ KeyValArg (Identifier "lang") (Literal (String "uk"))
       , BlockArg [ Text "\1041\1073" ]
       ])
, SoftBreak
, Code
    "typ/text/lang-01.typ"
    ( line 10 , column 2 )
    (FuncCall
       (Ident (Identifier "text"))
       [ KeyValArg (Identifier "lang") (Literal (String "sr"))
       , BlockArg [ Text "\1041\1073" ]
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 parbreak(), 
                 text(body: [
], 
                      font: "Ubuntu"), 
                 text(body: [
], 
                      font: "Ubuntu"), 
                 text(body: [
], 
                      font: "Ubuntu"), 
                 text(body: [
Бб
], 
                      font: "Ubuntu"), 
                 text(body: text(body: [Бб], 
                                 font: "Ubuntu"), 
                      font: "Ubuntu", 
                      lang: "uk"), 
                 text(body: [
], 
                      font: "Ubuntu"), 
                 text(body: text(body: [Бб], 
                                 font: "Ubuntu"), 
                      font: "Ubuntu", 
                      lang: "sr"), 
                 parbreak() })