output: Introduce pivot tables.
[pspp] / tests / language / utilities / title.at
index d695350d3be1457e8d1be9d3a200f91925b322d5..bbfb98b69534a6ca76f3c292ef61b4b7223921fb 100644 (file)
@@ -13,7 +13,8 @@ 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])
+dnl
+AT_BANNER([TITLE and related commands])
 
 AT_SETUP([FILE LABEL and (ADD) DOCUMENT])
 AT_DATA([file-label.sps], [dnl
@@ -79,76 +80,50 @@ Variable,Record,Columns,Format
 X,1,1-  1,F1.0
 Y,1,2-  2,F1.0
 
-Documents in the active dataset:
-
-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 dataset:
-
-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 dataset:
-
-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 dataset:
-
-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