This is an updated script for the bonus assignment, the process() function
which corrects the grammar.

This corrects a problem caused by me sending you a script originally 
submitted by a previous student for a previous, slightly different version 
of the function.  The problem was that the script was giving incorrect 
***CHECK THAT CAREFULLY*** messages for tests 2 and 3.

My apologies to those who have been inconvenienced.

Brian Perry
=============

Testing function process() on:  Mon Apr 27 08:11:58 1998
  silent test 

>------test number 1---------
<<Data for paramter #1 ..(d)..<>..: QUESTION
<<Data for paramter #2 ..(s)..<>..: to be or not to be. that is the QUESTION.
--Expected results?
--0
--To be or not to be. That is the question.
--to be or not to be. that is the QUESTION.
<<endtest>>

>------test number 2---------
<<Data for paramter #1 ..(d)..<>..: QUESTION
<<Data for paramter #2 ..(s)..<>..: to be or not to be.. that is the QUESTION.
--Expected results?
--1
--ERROR - adjacent periods in text: to be or not to be.. that is the QUESTION.
--to be or not to be.. that is the QUESTION.
<<endtest>>

>------test number 3---------
<<Data for paramter #1 ..(d)..<>..: QUESTION
<<Data for paramter #2 ..(s)..<>..: to be or not to be. that is the QUESTION..s
--Expected results?
--1
--ERROR - adjacent periods in text: to be or not to be. that is the QUESTION..s
--to be or not to be. that is the QUESTION..s
<<endtest>>

>------test number 4---------
<<Data for paramter #1 ..(d)..<>..: QUESTION
<<Data for paramter #2 ..(s)..<>..: this.is. A.  TEST.   WHOOPEE.
--Expected results?
--0
--This.Is. A.  Test.   Whoopee.
--this.is. A.  TEST.   WHOOPEE.
<<endtest>>
