New implementation of long variable names. Each variable has a
[pspp] / tests / bugs / compute-lv.sh
index 3d7199421f6e4e185e7e89a39bfc3c49219a25d1..a2f91f151f577db96acaa2cbbda4d64892756b1f 100755 (executable)
@@ -71,17 +71,17 @@ if [ $? -ne 0 ] ; then fail ; fi
 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  |
-+--------+------+
-
-LONGVARI        X 
--------- -------- 
-   99.00     2.00
-   97.00     4.00
++----------------+------+
+|    Variable    |Format|
+#================#======#
+|longVariablename|F8.0  |
+|x               |F8.0  |
++----------------+------+
+
+longVariablename        x
+---------------- -------- 
+           99.00     2.00
+           97.00     4.00
 EOF
 if [ $? -ne 0 ] ; then fail ; fi