typst-0.7: test/typ/meta/link-02.out
--- parse tree ---
[ Code
"typ/meta/link-02.typ"
( line 1 , column 2 )
(Let
(BasicBind (Just (Identifier "test")))
(FuncExpr
[ NormalParam (Identifier "x") , NormalParam (Identifier "y") ]
(Block
(CodeBlock
[ If
[ ( Equals (Ident (Identifier "x")) (Ident (Identifier "y"))
, Block (Content [ Text "\9989" ])
)
, ( Literal (Boolean True)
, Block
(Content
[ Text "\10060"
, Text "("
, Code
"typ/meta/link-02.typ"
( line 1 , column 47 )
(FuncCall
(Ident (Identifier "repr"))
[ NormalArg (Ident (Identifier "x")) ])
, Space
, Text "/"
, Text "="
, Space
, Code
"typ/meta/link-02.typ"
( line 1 , column 59 )
(FuncCall
(Ident (Identifier "repr"))
[ NormalArg (Ident (Identifier "y")) ])
, Text ")"
])
)
]
]))))
, SoftBreak
, Comment
, Url "https://[::1]:8080/"
, Space
, HardBreak
, Url "https://example.com/(paren)"
, Space
, HardBreak
, Url "https://example.com/#(((nested)))"
, Space
, HardBreak
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
link(body: [https://[::1]:8080/],
dest: "https://[::1]:8080/"),
text(body: [ ]),
linebreak(),
link(body: [https://example.com/(paren)],
dest: "https://example.com/(paren)"),
text(body: [ ]),
linebreak(),
link(body: [https://example.com/#(((nested)))],
dest: "https://example.com/#(((nested)))"),
text(body: [ ]),
linebreak(),
parbreak() })