packages feed

typst-0.9: test/typ/compiler/comment-00.out

--- parse tree ---
[ Comment
, SoftBreak
, Text "A"
, Comment
, SoftBreak
, Text "B"
, ParBreak
, Comment
, SoftBreak
, Text "C"
, Comment
, Text "D"
, ParBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/comment-00.typ"
    ( line 11 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (Ident (Identifier "type")) [ NormalArg (Literal (Int 1)) ])
       , NormalArg (Literal (String "integer"))
       ])
, ParBreak
, Comment
, SoftBreak
, Comment
, ParBreak
, Comment
, SoftBreak
, Comment
]
--- evaluated ---
document(body: { text(body: [
A]), 
                 text(body: [
B]), 
                 parbreak(), 
                 text(body: [
C]), 
                 text(body: [D]), 
                 parbreak(), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak(), 
                 text(body: [
]), 
                 parbreak(), 
                 text(body: [
]) })