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/nN15l17f-bl | |
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/nN15l17f-bl')
-rw-r--r-- | tests/pr/nN15l17f-bl | 111 |
1 files changed, 0 insertions, 111 deletions
diff --git a/tests/pr/nN15l17f-bl b/tests/pr/nN15l17f-bl deleted file mode 100644 index 35b48f2a4..000000000 --- a/tests/pr/nN15l17f-bl +++ /dev/null @@ -1,111 +0,0 @@ --- Date/Time -- x Page 1 - - - 15.1 FF-Test: FF's in Text V - 16.2 Options -n; - 17.3 numbering lines with skiped pages; - 18.4 numbering blanc lines (no. 5,12,13,23,28) - 19. - 20.6 3456789 123456789 123456789 123456789 12345678 - 21.7 3 Columns downwards ..., <= 5 lines per page - 22.8 - 23.9 - 24.10 zzzzzzzzzzzzzzzzzzzzzzzzzz123456789 - 25.1 12345678 - 26. - 27. - 28.14 456789 123456789 123456789 123456789 --- Date/Time -- x Page 2 - - - --- Date/Time -- x Page 3 - - - 29.15 xyzxyzxyz XYZXYZXYZ abcabcab - 30.16 456789 123456789 xyzxyzxyz XYZXYZXYZ - 31.7 12345678 - 32.8 12345678 - 33.9 3456789 ab - 34.20 DEFGHI 123 - 35.1 12345678 - 36. - 37. - 38.4 12345678 - 39.5 12345678 - 40.6 12345678 - 41.27 no truncation before FF; (r_l-test): - 42. --- Date/Time -- x Page 4 - - - --- Date/Time -- x Page 5 - - - 43.29 xyzxyzxyz XYZXYZXYZ abcabcab - 44.30 456789 123456789 xyzxyzxyz XYZXYZXYZ - 45.1 12345678 - 46.2 3456789 abcdefghi - 47.3 12345678 - 48.4 12345678 - 49. - 50.6 12345678 - 51.7 12345678 - 52.8 12345678 - 53.9 3456789 abcdefghi - 54.40 DEFGHI 123456789 - 55.41 yzxyzxyz XYZXYZXYZ abcabcab - 56.42 456789 123456789 abcdefghi ABCDEDFHI --- Date/Time -- x Page 6 - - - --- Date/Time -- x Page 7 - - - --- Date/Time -- x Page 8 - - - 57.43 xyzxyzxyz XYZXYZXYZ abcabcab - 58.44 456789 123456789 xyzxyzxyz XYZXYZXYZ - 59.5 12345678 - 60.6 12345678 - 61.7 12345678 - 62.8 12345678 - 63.9 12345678 - 64.50 12345678 - 65.1 12345678 - 66. - 67. - 68. - 69.55 yzxyzxyz XYZXYZXYZ abcabcab - 70.56 456789 123456789 abcdefghi ABCDEDFHI --- Date/Time -- x Page 9 - - - 71. - 72.58 456789 123456789 xyzxyzxyz XYZXYZXYZ - 73.9 12345678 - 74.60 DEFGHI 123456789 - 75.61 yzxyzxyz XYZXYZXYZ abcabcab - 76.62 456789 123456789 abcdefghi ABCDEDFHI - 77.63 xyzxyzxyz XYZXYZXYZ abcabcab - 78.64 456789 123456789 xyzxyzxyz XYZXYZXYZ - 79.5 12345678 - 80.6 12345678 - 81.7 12345678 - 82.8 12345678 - 83.9 12345678 - 84.70 456789 123456789 abcdefghi ABCDEDFHI --- Date/Time -- x Page 10 - - - 85.1 12345678 - 86. - 87. - 88. - 89.74 yzxyzxyz XYZXYZXYZ abcabcab - 90.75 456789 123456789 abcdefghi ABCDEDFHI -
\ No newline at end of file |