packages feed

typst-0.9: test/typ/compiler/label-06.out

--- parse tree ---
[ Comment
, SoftBreak
, Text "1"
, Space
, Text "<"
, Space
, Text "2"
, Space
, Text "is"
, Space
, Code
    "typ/compiler/label-06.typ"
    ( line 2 , column 11 )
    (If
       [ ( LessThan (Literal (Int 1)) (Literal (Int 2))
         , Block (Content [ Text "not" ])
         )
       ])
, Space
, Text "a"
, Space
, Text "label"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
1 < 2 is ]), 
                 text(body: [not]), 
                 text(body: [ a label.]), 
                 parbreak() })