xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/tag-width (revision f3efcd0145415b7d44d9da97e0ad5c21b186ac61)
1[name]
2Tag width with formatting
3
4[input]
5=head1 TAG WIDTH
6
7=over 10
8
9=item 12345678
10
11A
12
13=item B<12345678>
14
15B
16
17=item 1Z<>
18
19C
20
21=item B<1>
22
23D
24
25=back
26
27[output]
28TAG WIDTH
29    12345678  A
30
31    12345678  B
32
33    1         C
34
35    1         D
36