typst-0.9: test/typ/compiler/show-text-02.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/compiler/show-text-02.typ"
( line 2 , column 2 )
(Show
(Just (Literal (String "A"))) (Block (Content [ Text "BB" ])))
, SoftBreak
, Code
"typ/compiler/show-text-02.typ"
( line 3 , column 2 )
(Show
(Just (Literal (String "B"))) (Block (Content [ Text "CC" ])))
, SoftBreak
, Text "AA"
, Space
, Text "("
, Text "8)"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
text(body: [
]),
text(body: [BB]),
text(body: [BB]),
text(body: [ (8)]),
parbreak() })