packages feed

typst-0.7: test/typ/meta/bibliography-ordering-00.out

--- parse tree ---
[ Code
    "typ/meta/bibliography-ordering-00.typ"
    ( line 1 , column 2 )
    (Let
       (BasicBind (Just (Identifier "test")))
       (FuncExpr
          [ NormalParam (Identifier "x") , NormalParam (Identifier "y") ]
          (Block
             (CodeBlock
                [ If
                    [ ( Equals (Ident (Identifier "x")) (Ident (Identifier "y"))
                      , Block (Content [ Text "\9989" ])
                      )
                    , ( Literal (Boolean True)
                      , Block
                          (Content
                             [ Text "\10060"
                             , Text "("
                             , Code
                                 "typ/meta/bibliography-ordering-00.typ"
                                 ( line 1 , column 47 )
                                 (FuncCall
                                    (Ident (Identifier "repr"))
                                    [ NormalArg (Ident (Identifier "x")) ])
                             , Space
                             , Text "/"
                             , Text "="
                             , Space
                             , Code
                                 "typ/meta/bibliography-ordering-00.typ"
                                 ( line 1 , column 59 )
                                 (FuncCall
                                    (Ident (Identifier "repr"))
                                    [ NormalArg (Ident (Identifier "y")) ])
                             , Text ")"
                             ])
                      )
                    ]
                ]))))
, SoftBreak
, Code
    "typ/meta/bibliography-ordering-00.typ"
    ( line 2 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "width") (Literal (Numeric 300.0 Pt)) ])
, ParBreak
, Ref "mcintosh_anxiety" (Literal Auto)
, Text ","
, Space
, Ref "psychology25" (Literal Auto)
, SoftBreak
, Ref "netwok" (Literal Auto)
, Text ","
, Space
, Ref "issue201" (Literal Auto)
, Text ","
, Space
, Ref "arrgh" (Literal Auto)
, Text ","
, Space
, Ref "quark" (Literal Auto)
, Text ","
, Space
, Ref "distress" (Literal Auto)
, Text ","
, SoftBreak
, Ref "glacier-melt" (Literal Auto)
, Text ","
, Space
, Ref "issue201" (Literal Auto)
, Text ","
, Space
, Ref "tolkien54" (Literal Auto)
, Text ","
, Space
, Ref "sharing" (Literal Auto)
, Text ","
, Space
, Ref "restful" (Literal Auto)
, ParBreak
, Code
    "typ/meta/bibliography-ordering-00.typ"
    ( line 8 , column 2 )
    (FuncCall
       (Ident (Identifier "bibliography"))
       [ NormalArg (Literal (String "/works.bib")) ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 parbreak(), 
                 ref(supplement: auto, 
                     target: <mcintosh_anxiety>), 
                 text(body: [, ]), 
                 ref(supplement: auto, 
                     target: <psychology25>), 
                 text(body: [
]), 
                 ref(supplement: auto, 
                     target: <netwok>), 
                 text(body: [, ]), 
                 ref(supplement: auto, 
                     target: <issue201>), 
                 text(body: [, ]), 
                 ref(supplement: auto, 
                     target: <arrgh>), 
                 text(body: [, ]), 
                 ref(supplement: auto, 
                     target: <quark>), 
                 text(body: [, ]), 
                 ref(supplement: auto, 
                     target: <distress>), 
                 text(body: [,
]), 
                 ref(supplement: auto, 
                     target: <glacier-melt>), 
                 text(body: [, ]), 
                 ref(supplement: auto, 
                     target: <issue201>), 
                 text(body: [, ]), 
                 ref(supplement: auto, 
                     target: <tolkien54>), 
                 text(body: [, ]), 
                 ref(supplement: auto, 
                     target: <sharing>), 
                 text(body: [, ]), 
                 ref(supplement: auto, 
                     target: <restful>), 
                 parbreak(), 
                 bibliography(path: "/works.bib"), 
                 parbreak() })