packages feed

typst-0.9: test/typ/bugs/flow-2-00.out

--- parse tree ---
[ Code
    "typ/bugs/flow-2-00.typ"
    ( line 1 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "height") (Literal (Numeric 60.0 Pt)) ])
, SoftBreak
, Code
    "typ/bugs/flow-2-00.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "v")) [ NormalArg (Literal (Numeric 19.0 Pt)) ])
, SoftBreak
, Code
    "typ/bugs/flow-2-00.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "block"))
       [ BlockArg
           [ SoftBreak
           , Text "But,"
           , Space
           , Text "soft!"
           , Space
           , Text "what"
           , Space
           , Text "light"
           , Space
           , Text "through"
           , Space
           , Text "yonder"
           , Space
           , Text "window"
           , Space
           , Text "breaks?"
           , SoftBreak
           , Text "It"
           , Space
           , Text "is"
           , Space
           , Text "the"
           , Space
           , Text "east,"
           , Space
           , Text "and"
           , Space
           , Text "Juliet"
           , Space
           , Text "is"
           , Space
           , Text "the"
           , Space
           , Text "sun"
           , Text "."
           , ParBreak
           ]
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 v(amount: 19.0pt), 
                 text(body: [
]), 
                 block(body: { text(body: [
But, soft! what light through yonder window breaks?
It is the east, and Juliet is the sun.]), 
                               parbreak() }), 
                 parbreak() })