R. Clayton (rclayton@monmouth.edu)
Thu, 27 Jul 2000 11:04:20 -0400 (EDT)
There are two test cases for the list assignment. The first one is
- File begins at the line immediately following this one; remove leading '-'
-From
-parity:
- odd
-number:
- 1
-
-1
-
-From
-parity:
- even
-number:
- 2
-
-2
-
-From
-parity:
- odd
-number:
- 3
-
-3
-
-From
-parity:
- even
-number:
- 4
-
-4
-
-From
-parity:
- odd
-number:
- 5
-
-5
-
-From
-parity:
- even
-number:
- 6
-
-6
- File ends at the line immediately preceeding this one; remove leading '-'
The second test case requires a bit of assembly because my mailer won't send
it as it is.
- File begins at the line immediately following this one; remove leading '-'
-From
-LincolnsGettysburgAddress: Fourscore and seven years ago our fathers brought
-forth on this continent a new nation, conceived in liberty and dedicated to
-the proposition that all men are created equal. Now we are engaged in a great
-civil war, testing whether that nation or any nation so conceived and so
-dedicated can long endure. We are met on a great battlefield of that war. We
-have come to dedicate a portion of that field as a final resting-place for
-those who here gave their lives that that nation might live. It is altogether
-fitting and proper that we should do this. But in a larger sense, we cannot
-dedicate, we cannot consecrate, we cannot hallow this ground. The brave men,
-living and dead who struggled here have consecrated it far above our poor
-power to add or detract. The world will little note nor long remember what we
-say here, but it can never forget what they did here. It is for us the living
-rather to be dedicated here to the unfinished work which they who fought here
-have thus far so nobly advanced. It is rather for us to be here dedicated to
-the great task remaining before us--that from these honored dead we take
-increased devotion to that cause for which they gave the last full measure of
-devotion--that we here highly resolve that these dead shall not have died in
-vain, that this nation under God shall have a new birth of freedom, and that
-government of the people, by the people, for the people shall not perish from
-the earth.
-
-whew!
-
-From
-LincolnsGettysburgAddress: Fourscore and seven years ago our fathers brought
- forth on this continent a new nation, conceived in liberty and dedicated to
- the proposition that all men are created equal. Now we are engaged in a great
- civil war, testing whether that nation or any nation so conceived and so
- dedicated can long endure. We are met on a great battlefield of that war. We
- have come to dedicate a portion of that field as a final resting-place for
- those who here gave their lives that that nation might live. It is altogether
- fitting and proper that we should do this. But in a larger sense, we cannot
- dedicate, we cannot consecrate, we cannot hallow this ground. The brave men,
- living and dead who struggled here have consecrated it far above our poor
- power to add or detract. The world will little note nor long remember what we
- say here, but it can never forget what they did here. It is for us the living
- rather to be dedicated here to the unfinished work which they who fought here
- have thus far so nobly advanced. It is rather for us to be here dedicated to
- the great task remaining before us--that from these honored dead we take
- increased devotion to that cause for which they gave the last full measure of
- devotion--that we here highly resolve that these dead shall not have died in
- vain, that this nation under God shall have a new birth of freedom, and that
- government of the people, by the people, for the people shall not perish from
- the earth.
-
-whew again!
- File ends at the line immediately preceeding this one; remove leading '-'
The first message has one header field of 1467 characters, so you need to
replace newlines by spaces untill it's all one line.
Here's an example of successful runs for both test cases:
spawn readmbox ../../test-mbox-3.1
There are 6 messages.
* 1
1
* 2
2
* 3
3
* 4
4
* 5
5
* 6
6
* delete parity even
* 1
1
* 2
3
* 3
5
* 4
Message number 4 is out of range; the valid range is [1, 3].
* delete parity odd
* 1
Message number 1 is out of range; the message list is empty.
* delete
* 1
2
* 2
4
* 3
6
* 4
1
* 5
3
* 6
5
* 7
Message number 7 is out of range; the valid range is [1, 6].
* order
* 1
1
* 2
2
* 3
3
* 4
4
* 5
5
* 6
6
* 7
Message number 7 is out of range; the valid range is [1, 6].
* q
spawn readmbox ../../test-mbox-3.2
There are 2 messages.
* 1
whew!
* 2
whew again!
* delete LincolnsGettysburgAddress earth
* 1
Message number 1 is out of range; the message list is empty.
* delete
* 1
whew!
* 2
whew again!
* q
This archive was generated by hypermail 2.0b3 on Fri Aug 11 2000 - 15:25:05 EDT