packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Text "The"
, Space
, Text "5"
, Text "'"
, Text "11"
, Text "\""
, Space
, Quote '\''
, Text "quick"
, Text "'"
, Space
, Text "brown"
, Space
, Text "fox"
, Space
, Text "jumps"
, Space
, Text "over"
, Space
, Text "the"
, Space
, Text "\""
, Text "lazy"
, Quote '"'
, Space
, Text "dog"
, Text "'"
, Text "s"
, Space
, Text "ear"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
The 5'11" ‘quick' brown fox jumps over the "lazy” dog's ear.]), 
                 parbreak() })