typst-0.9: test/typ/compiler/show-text-03.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/compiler/show-text-03.typ"
( line 2 , column 2 )
(Show
(Just
(FuncCall
(Ident (Identifier "regex"))
[ NormalArg (Literal (String "(?i)\\bworld\\b")) ]))
(Block (Content [ Text "\127757" ])))
, ParBreak
, Text "Treeworld,"
, Space
, Text "the"
, Space
, Text "World"
, Space
, Text "of"
, Space
, Text "worlds,"
, Space
, Text "is"
, Space
, Text "a"
, Space
, Text "world"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
parbreak(),
text(body: [Treeworld, the ]),
text(body: [🌍]),
text(body: [ of worlds, is a ]),
text(body: [🌍]),
text(body: [.]),
parbreak() })