This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
incorrectly failing test in lib/Pod/t/text.t
[perl5.git] / lib / Pod / t / htmllink.pod
1 =head1 NAME
2
3 htmllink - Test HTML links
4
5 =head1 LINKS
6
7 L</"section1">
8
9 L</"section 2">
10
11 L</"section three">
12
13 L</"item1">
14
15 L</"item 2">
16
17 L</"item three">
18
19 L</section1>
20
21 L</section 2>
22
23 L</section three>
24
25 L</item1>
26
27 L</item 2>
28
29 L</item three>
30
31 L<"section1">
32
33 L<"section 2">
34
35 L<"section three">
36
37 L<"item1">
38
39 L<"item 2">
40
41 L<"item three">
42
43 L<text|/"section1">
44
45 L<text|/"section 2">
46
47 L<text|/"section three">
48
49 L<text|/"item1">
50
51 L<text|/"item 2">
52
53 L<text|/"item three">
54
55 L<text|/section1>
56
57 L<text|/section 2>
58
59 L<text|/section three>
60
61 L<text|/item1>
62
63 L<text|/item 2>
64
65 L<text|/item three>
66
67 L<text|"section1">
68
69 L<text|"section 2">
70
71 L<text|"section three">
72
73 L<text|"item1">
74
75 L<text|"item 2">
76
77 L<text|"item three">
78
79 =head1 TARGETS
80
81 =head2 section1
82
83 This is section one.
84
85 =head2 section 2
86
87 This is section two.
88
89 =head2 section three
90
91 This is section three.
92
93 =over 4
94
95 =item item1 X<item> X<one>
96
97 This is item one.
98
99 =item item 2
100 X<item> X<two>
101
102 This is item two.
103
104 =item item three X<item>
105 X<three>
106
107 This is item three.
108
109 =back