packages feed

typst-0.9: test/typ/bugs/smartquotes-in-outline-00.out

--- parse tree ---
[ Code
    "typ/bugs/smartquotes-in-outline-00.typ"
    ( line 1 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "width") (Literal (Numeric 15.0 Em)) ])
, SoftBreak
, Code
    "typ/bugs/smartquotes-in-outline-00.typ"
    ( line 2 , column 2 )
    (FuncCall (Ident (Identifier "outline")) [])
, ParBreak
, Heading
    1
    [ Quote '"'
    , Text "This"
    , Quote '"'
    , Space
    , Quote '"'
    , Text "is"
    , Quote '"'
    , Space
    , Quote '"'
    , Text "a"
    , Quote '"'
    , Space
    , Quote '"'
    , Text "test"
    , Quote '"'
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 outline(), 
                 parbreak(), 
                 heading(body: text(body: [“This” “is” “a” “test”]), 
                         level: 1) })