~ubuntu-branches/debian/sid/libembperl-perl/sid

« back to all changes in this revision

Viewing changes to test/html/pod/pod.asc

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2004-02-15 14:23:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040215142339-n21gqf7mx9tmyb8d
Tags: upstream-2.0b10
ImportĀ upstreamĀ versionĀ 2.0b10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
something before
 
2
 
 
3
=pod
 
4
 
 
5
=head1 NAME
 
6
 
 
7
Test pod for Embperl
 
8
 
 
9
=head1 HEAD1
 
10
 
 
11
 
 
12
 
 
13
some text under HEAD1
 
14
 
 
15
 
 
16
 
 
17
 
 
18
more text under HEAD1
 
19
 
 
20
 
 
21
  some verbatim
 
22
  paragraph
 
23
 
 
24
normal text 
 
25
wraps around
 
26
 
 
27
 verbatim col 1
 
28
 line 2
 
29
 line 3
 
30
 
 
31
   verbatim col 3
 
32
   lin2
 
33
   lin3
 
34
 
 
35
   again col 3
 
36
 
 
37
para text goes here
 
38
 
 
39
 
 
40
=head2 HEAD2
 
41
 
 
42
some text under HEAD2
 
43
 
 
44
=head2 second HEAD2 which
 
45
wraps to the next line
 
46
 
 
47
some text under HEAD2 which
 
48
also warps to the next line
 
49
 
 
50
another paragraph is
 
51
this
 
52
 
 
53
=head3 HEAD3
 
54
 
 
55
some text under HEAD3
 
56
 
 
57
=head2 third HEAD2 which
 
58
wraps to the next line
 
59
 
 
60
some text under HEAD2 which
 
61
also warps to the next line
 
62
 
 
63
format 
 
64
B<bold> 
 
65
C<code> 
 
66
I<italic> 
 
67
U<underline>
 
68
 
 
69
=over 4
 
70
 
 
71
=item first item
 
72
 
 
73
text 1
 
74
 
 
75
=item second item
 
76
 
 
77
text 2
 
78
 
 
79
=back
 
80
 
 
81
=over 4
 
82
 
 
83
=item * first item
 
84
 
 
85
text 1
 
86
two lines
 
87
 
 
88
=item * second item
 
89
 
 
90
text 2
 
91
two lines
 
92
 
 
93
 
 
94
=over 4
 
95
 
 
96
 
 
97
 
 
98
=item nested list item 1
 
99
 
 
100
 
 
101
 
 
102
text 1
 
103
 
 
104
line 2
 
105
 
 
106
 
 
107
 
 
108
=item nested list item 2
 
109
 
 
110
 
 
111
 
 
112
text 2
 
113
 
 
114
line 2
 
115
 
 
116
 
 
117
 
 
118
=back
 
119
 
 
120
 
 
121
=back
 
122
 
 
123
=head1 again HEAD1
 
124
and second line of title
 
125
 
 
126
again some text under HEAD1
 
127
 
 
128
 
 
129
=head2 again HEAD2
 
130
 
 
131
again some text under HEAD2
 
132
 
 
133
 
 
134
=cut
 
135
 
 
136
This text should be
 
137
not visble
 
138
 
 
139
=head1 restart
 
140
 
 
141
some text
 
142
 
 
143
=cut
 
144
 
 
145
This text should be
 
146
not visble2
 
147
 
 
148
=head1 restart 2
 
149
 
 
150
=head2 restart 2 Head 2
 
151
 
 
152
text
 
153
 
 
154
=cut
 
155
 
 
156
This text should be
 
157
not visble3
 
158
 
 
159
=head1 restart 2
 
160
 
 
161
=head2 restart 2 Head 2
 
162
 
 
163
=cut
 
164
 
 
165
 
 
166
This text should be
 
167
not visble4
 
168
 
 
169
=head2 restart 3 Head 2
 
170
 
 
171
end
 
172
 
 
173
L<test> L<xxx|yyy> http://www.ecos.de ftp://ftp.dev.ecos.de
 
174
L<test> L<"xxx 2"|"yyy 2"> http://www.ecos.de ftp://ftp.dev.ecos.de
 
175
 
 
176
=head1 #<idhead1>ID Test head1
 
177
 
 
178
=head2 #<idhead2>ID Test head2
 
179
 
 
180
#<idpara>ID Test para
 
181
 
 
182
 
 
183
=cut
 
184
 
 
185
 
 
186
This text should be
 
187
not visble5
 
188
 
 
189
 
 
190
 
 
191
 
 
192