diff options
author | Paul Eggert <eggert@CS.UCLA.EDU> | 2007-07-03 11:36:43 -0700 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-04 12:45:10 +0200 |
commit | 36ce675bb4224a41adafd448f39020e70db14094 (patch) | |
tree | a95e48142c69019cc18183738749bfe6720e31b2 /tests/pr/b3l24f-lm | |
parent | 519d7a95a3f8103925aa84f9bdef326ce88d37cc (diff) | |
download | coreutils-36ce675bb4224a41adafd448f39020e70db14094.tar.xz |
pr -F no longer suppresses the footer or the first two blank header lines
Here's a patch along the lines of
<http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10849/focus=10857>.
It's a bit large since it changes the test cases to match the behavior,
and the test cases' file names depend on the behavior!
* NEWS: pr -F no longer suppresses the footer or the first two blank
lines in the header.
* doc/coreutils.texi (pr invocation): Likewise. Also, a too-short
page length implies -t, not -T.
* src/pr.c (lines_per_header, lines_per_footer): Now constants.
(init_parameters): Don't try to change them.
(print_header): Use the same header and footer format regardless of
wither form feeds are being used.
(usage): Adjust to above change when describing too-short page length.
Too-short page length impliesy -t, not -T.
* tests/pr/2-S_f-t_notab: Adjust to the fact that -F now affects
only formfeed handling; it does not change the header.
* tests/pr/2-Sf-t_notab: Likewise.
...
* tests/pr/3-5l17f-t: Remove, since it's been renamed to another
file whose name has a line count 7 larger,
reflecting the new line count needed for this behavior.
* tests/pr/3a3l8f-t: Likewise.
...
* tests/pr/w72l24f-ll: Likewise.
Signed-off-by: Jim Meyering <jim@meyering.net>
Diffstat (limited to 'tests/pr/b3l24f-lm')
-rw-r--r-- | tests/pr/b3l24f-lm | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/tests/pr/b3l24f-lm b/tests/pr/b3l24f-lm new file mode 100644 index 000000000..97fabc278 --- /dev/null +++ b/tests/pr/b3l24f-lm @@ -0,0 +1,72 @@ + + +-- Date/Time -- x Page 1 + + +1<<< -Test: FF's in Te 6<<< -Arangements: One 1<<< >>> +2<<< -b -3 / -a -3 / . 7<<< \f\f\n; text\f\n\ 2<<< >>> +3<<< >>> 8<<< f\f\n; \f\n\f\n; 3<<< truncation before +4<<< 123456789 1234567 9<<< >>> 14<<< 123456789 123456 + 10<<< >>> + + +-- Date/Time -- x Page 2 + + + + + +-- Date/Time -- x Page 3 + + +15<<< xyzxyzxyz XYZXYZ 20<<< >>> 5<<< >>> +16<<< 123456789 xyzxyz 1<<< >>> 6<<< >>> +7<<< >>> 27<<< truncation befor +8<<< >>> 28<<< trunc +9<<< >>> 4<<< >>> + + +-- Date/Time -- x Page 4 + + + + + +-- Date/Time -- x Page 5 + + +29<<<xyzxyzxyz XYZXYZXY 4<<< >>> 9<<< abcdefghi >>> +30<<< 123456789 xyzxyz 5<<< >>> 40<<< 123456789 >>> +1<<< >>> 6<<< >>> 41<<< XYZXYZXYZ abcabc +2<<< abcdefghi >>> 7<<< >>> 42<<< 123456789 abcdef +3<<< >>> 8<<< >>> + + +-- Date/Time -- x Page 6 + + + + + +-- Date/Time -- x Page 7 + + + + + +-- Date/Time -- x Page 8 + + +43<<< xyzxyzxyz XYZXYZ 8<<< >>> 3<<< >>> +44<<< 123456789 xyzxyz 9<<< >>> 4<<< >>> +5<<< >>> 50<<< >>> 55<<< XYZXYZXYZ abcabc +6<<< >>> 1<<< >>> 56<<< 123456789 abcdef +7<<< >>> 2<<< >>> + + +-- Date/Time -- x Page 9 + + +57<<< xyzxyzxyz XYZXYZ 9<<< >>> 60<<< 123456789 >>> +58<<< 123456789 xyzxyz +
\ No newline at end of file |