packages feed

typst-0.9: test/typ/text/quotes-05.out

--- parse tree ---
[ Comment
, SoftBreak
, Quote '"'
, Text "She"
, Space
, Text "suddenly"
, Space
, Text "started"
, Space
, Text "speaking"
, Space
, Text "french"
, Text ":"
, Space
, Code
    "typ/text/quotes-05.typ"
    ( line 2 , column 41 )
    (FuncCall
       (Ident (Identifier "text"))
       [ KeyValArg (Identifier "lang") (Literal (String "fr"))
       , BlockArg
           [ Quote '\''
           , Text "Je"
           , Space
           , Text "suis"
           , Space
           , Text "une"
           , Space
           , Text "banane"
           , Text "."
           , Quote '\''
           ]
       ])
, Quote '"'
, Space
, Text "Roman"
, Space
, Text "told"
, Space
, Text "me"
, Text "."
, ParBreak
, Text "Some"
, Space
, Text "people"
, Quote '\''
, Text "s"
, Space
, Text "thought"
, Space
, Text "on"
, Space
, Text "this"
, Space
, Text "would"
, Space
, Text "be"
, Space
, Code
    "typ/text/quotes-05.typ"
    ( line 4 , column 41 )
    (Block
       (Content
          [ Code
              "typ/text/quotes-05.typ"
              ( line 4 , column 43 )
              (Set
                 (Ident (Identifier "smartquote"))
                 [ KeyValArg (Identifier "enabled") (Literal (Boolean False)) ])
          , Space
          , Quote '"'
          , Text "strange"
          , Text "."
          , Quote '"'
          ]))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
“She suddenly started speaking french: ]), 
                 text(body: text(body: [‘Je suis une banane.’]), 
                      lang: "fr"), 
                 text(body: [” Roman told me.]), 
                 parbreak(), 
                 text(body: [Some people’s thought on this would be ]), 
                 text(body: [ “strange.”]), 
                 parbreak() })