Padraig Brady wrote:

> Since I changed the word precede -> prepend in the
> previous patch to correlate with the info docs, the
> ./tests/uniq/Test.pm file needs to be updated (with the
> attached patch). To apply:
>
> cd textutils-2.0.15/tests/uniq; patch < uniq-2.0.15-delim-Test.pm.diff
>
> Padraig.
>
I really hate when I do that!


--- Test-2.0.15.pm      Tue Sep 25 16:40:40 2001
+++ Test.pm     Tue Sep 25 16:38:23 2001
@@ -79,9 +79,9 @@
 ['113', '--all-repeated=separate',"a\na\n",          "a\na\n",           0],
 ['114', '--all-repeated=separate',"a\na\nb\nc\nc\n", "a\na\n\nc\nc\n",   0],
 ['115', '--all-repeated=separate',"a\na\nb\nb\nc\n", "a\na\n\nb\nb\n",   0],
-['116', '--all-repeated=precede', "a\na\n",          "\na\na\n",         0],
-['117', '--all-repeated=precede', "a\na\nb\nc\nc\n", "\na\na\n\nc\nc\n", 0],
-['118', '--all-repeated=precede', "a\nb\n",          "",                 0],
+['116', '--all-repeated=prepend', "a\na\n",          "\na\na\n",         0],
+['117', '--all-repeated=prepend', "a\na\nb\nc\nc\n", "\na\na\n\nc\nc\n", 0],
+['118', '--all-repeated=prepend', "a\nb\n",          "",                 0],
 ['119', '--all-repeated=badoption', "a\n",           "",                 1],
 );
 

Reply via email to