summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/PHP_Markdown/parens-in-url.test
blob: 7c7831220a13d25dd8dc9b49481467afaa873901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<<<
[Inline link 1 with parens](/url\(test\) "title").

[Inline link 2 with parens](</url\(test\)> "title").

[Inline link 3 with non-escaped parens](/url(test) "title").

[Inline link 4 with non-escaped parens](</url(test)> "title").

[Reference link 1 with parens][1].

[Reference link 2 with parens][2].

  [1]: /url(test) "title"
  [2]: </url(test)> "title"

>>>
BEGIN link
- label: Inline link 1 with parens
- URI: /url(test)
- title: title
END link
interblockSeparator
BEGIN link
- label: Inline link 2 with parens
- URI: /url(test)
- title: title
END link
interblockSeparator
BEGIN link
- label: Inline link 3 with non-escaped parens
- URI: /url(test)
- title: title
END link
interblockSeparator
BEGIN link
- label: Inline link 4 with non-escaped parens
- URI: /url(test)
- title: title
END link
interblockSeparator
BEGIN link
- label: Reference link 1 with parens
- URI: /url(test)
- title: title
END link
interblockSeparator
BEGIN link
- label: Reference link 2 with parens
- URI: /url(test)
- title: title
END link