(latest rev: 02/06/98)

//////////////////////////////////////////////////
SAMPLE SCRIPT OF A TEST SUITE
LEVEL 01
//////////////////////////////////////////////////

This document is a sample of a script of some test runs of a
program.  It was produced by using the script command and
running the program in this directory called
"sampleProgramSubmission-level-01" twice, with different test
responses input to it.  We can see from the script that the
level 01 program functioned correctly.

--------------------------- start of enclosure ---------------------------
Script started on Thu Feb  5 23:06:08 1998
Thu Feb  5 23:06:09 PST 1998
4mjohn@omicron:~/C++mK ls p*
p1.cpp  p1.scr  p2.cpp  p3.cpp
4mjohn@omicron:~/C++mK a.out
Here is the message.
Would you like to see a pattern?  Answer y or n: n
4mjohn@omicron:~/C++mK a.out
Here is the message.
Would you like to see a pattern?  Answer y or n: y
Now here is the diamond pattern of stars.
Would you like to see a pattern?  Answer y or n: y
Now here is the diamond pattern of stars.
Would you like to see a pattern?  Answer y or n: y
Now here is the diamond pattern of stars.
Would you like to see a pattern?  Answer y or n: n
4mjohn@omicron:~/C++mK exit
4mjohn@omicron:~/C++mK
script done on Thu Feb  5 23:07:09 1998