pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/tests/command/loop.sh


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/tests/command/loop.sh
Date: Mon, 02 May 2005 02:21:51 -0400

Index: pspp/tests/command/loop.sh
diff -u pspp/tests/command/loop.sh:1.4 pspp/tests/command/loop.sh:1.5
--- pspp/tests/command/loop.sh:1.4      Wed Apr 13 10:09:59 2005
+++ pspp/tests/command/loop.sh  Mon May  2 06:21:21 2005
@@ -48,7 +48,7 @@
 
 activity="create prog"
 cat > $TEMPDIR/loop.stat <<EOF
-data list /x 1 y 2 zoological 3.
+data list /X 1 Y 2 ZOOLOGICAL 3.
 begin data.
 125
 256
@@ -76,13 +76,13 @@
 activity="compare results"
 diff -B -b $TEMPDIR/pspp.list  - <<EOF
 1.1 DATA LIST.  Reading 1 record from the command file.
-+--------+------+-------+------+
-|Variable|Record|Columns|Format|
-#========#======#=======#======#
-|X       |     1|  1-  1|F1.0  |
-|Y       |     1|  2-  2|F1.0  |
-|ZOOLOGIC|     1|  3-  3|F1.0  |
-+--------+------+-------+------+
++----------+------+-------+------+
+| Variable |Record|Columns|Format|
+#==========#======#=======#======#
+|X         |     1|  1-  1|F1.0  |
+|Y         |     1|  2-  2|F1.0  |
+|ZOOLOGICAL|     1|  3-  3|F1.0  |
++----------+------+-------+------+
 1     2.00 
 2     5.00 
 3     9.00 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]