blob: abc4327f579a7c61f617a0eed80190edf18a514c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[name]
Explicit width setting
[options]
width 40
[input]
=head1 WIDTH
This is a long bit of text that would normally wrap at 78 characters using
the default settings, but will be wrapped at 40 characters due to the
option set. (Regression test for #124447.)
=cut
[output]
[1mWIDTH[m
This is a long bit of text that
would normally wrap at 78 characters
using the default settings, but will
be wrapped at 40 characters due to
the option set. (Regression test for
#124447.)
|