packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compiler/repr-00.typ" ( line 2 , column 2 ) (Literal Auto)
, Space
, HardBreak
, Code
    "typ/compiler/repr-00.typ" ( line 3 , column 2 ) (Literal None)
, Space
, Text "("
, Text "empty)"
, Space
, HardBreak
, Code
    "typ/compiler/repr-00.typ"
    ( line 4 , column 2 )
    (Literal (Boolean True))
, Space
, HardBreak
, Code
    "typ/compiler/repr-00.typ"
    ( line 5 , column 2 )
    (Literal (Boolean False))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [auto]), 
                 text(body: [ ]), 
                 linebreak(), 
                 text(body: [ (empty) ]), 
                 linebreak(), 
                 text(body: [true]), 
                 text(body: [ ]), 
                 linebreak(), 
                 text(body: [false]), 
                 parbreak() })