pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/tests/bugs/compute-lv.sh


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/tests/bugs/compute-lv.sh
Date: Mon, 02 May 2005 02:21:43 -0400

Index: pspp/tests/bugs/compute-lv.sh
diff -u pspp/tests/bugs/compute-lv.sh:1.1 pspp/tests/bugs/compute-lv.sh:1.2
--- pspp/tests/bugs/compute-lv.sh:1.1   Wed Apr 13 10:09:59 2005
+++ pspp/tests/bugs/compute-lv.sh       Mon May  2 06:21:21 2005
@@ -71,17 +71,17 @@
 activity="compare output"
 diff -B -b pspp.list - << EOF
 1.1 DATA LIST.  Reading free-form data from the command file.
-+--------+------+
-|Variable|Format|
-#========#======#
-|LONGVARI|F8.0  |
-|X       |F8.0  |
-+--------+------+
++----------------+------+
+|    Variable    |Format|
+#================#======#
+|longVariablename|F8.0  |
+|x               |F8.0  |
++----------------+------+
 
-LONGVARI        X 
--------- -------- 
-   99.00     2.00
-   97.00     4.00
+longVariablename        x
+---------------- -------- 
+           99.00     2.00
+           97.00     4.00
 EOF
 if [ $? -ne 0 ] ; then fail ; fi
 




reply via email to

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