output: Introduce pivot tables.
[pspp] / tests / language / utilities / title.at
index 515bff5e6fdb6ee17512348c144551426ab59bb8..bbfb98b69534a6ca76f3c292ef61b4b7223921fb 100644 (file)
@@ -1,8 +1,24 @@
+dnl PSPP - a program for statistical analysis.
+dnl Copyright (C) 2017 Free Software Foundation, Inc.
+dnl 
+dnl This program is free software: you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation, either version 3 of the License, or
+dnl (at your option) any later version.
+dnl 
+dnl This program is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+dnl GNU General Public License for more details.
+dnl 
+dnl You should have received a copy of the GNU General Public License
+dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
+dnl
 AT_BANNER([TITLE and related commands])
 
 AT_SETUP([FILE LABEL and (ADD) DOCUMENT])
 AT_DATA([file-label.sps], [dnl
-/* Set up a dummy active file in memory.
+/* Set up a dummy active dataset in memory.
 data list /X 1 Y 2.
 begin data.
 16
@@ -29,7 +45,7 @@ display file label.
 
 ADD DOCUMENT 'Line one' 'Line two'.
 
-/* Save the active file then get it and display the documents again.
+/* Save the active dataset then get it and display the documents again.
 save /OUTFILE='foo.save'.
 get /FILE='foo.save'.
 display documents.
@@ -64,82 +80,50 @@ Variable,Record,Columns,Format
 X,1,1-  1,F1.0
 Y,1,2-  2,F1.0
 
-Documents in the active file:
-
-document First line of a document
-
+Table: Documents
+"document First line of a document
 Second line of a document
-
 The last line should end with a period: .
+   (Entered <date>)"
 
-(Entered <date>)
-
-File label:
-
-This is a test file label
-
-Documents in the active file:
-
-document First line of a document
+Table: File Label
+Label,This is a test file label
 
+Table: Documents
+"document First line of a document
 Second line of a document
-
 The last line should end with a period: .
-
-(Entered <date>)
-
+   (Entered <date>)
 Line one
-
 Line two
+   (Entered <date>)"
 
-(Entered <date>)
-
-File label:
-
-This is a test file label
-
-Documents in the active file:
-
-document First line of a document
+Table: File Label
+Label,This is a test file label
 
+Table: Documents
+"document First line of a document
 Second line of a document
-
 The last line should end with a period: .
-
-(Entered <date>)
-
+   (Entered <date>)
 Line one
-
 Line two
-
-(Entered <date>)
-
+   (Entered <date>)
 document There should be another document now.
+   (Entered <date>)"
 
-(Entered <date>)
-
-Documents in the active file:
-
-document First line of a document
-
+Table: Documents
+"document First line of a document
 Second line of a document
-
 The last line should end with a period: .
-
-(Entered <date>)
-
+   (Entered <date>)
 Line one
-
 Line two
-
-(Entered <date>)
-
+   (Entered <date>)
 document There should be another document now.
+   (Entered <date>)"
 
-(Entered <date>)
-
-File label:
-
-This is a test file label
+Table: File Label
+Label,This is a test file label
 ])
 AT_CLEANUP