X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Flanguage%2Futilities%2Ftitle.at;h=822b5c509198c0ebaf8fa1fb14f14ebf0ce51e5a;hb=e546c5d3c1ef7bc06c8d7bb6752a863ba3b041e5;hp=d695350d3be1457e8d1be9d3a200f91925b322d5;hpb=691a034d7f2139076fa012739dffd40ef5db4a9b;p=pspp diff --git a/tests/language/utilities/title.at b/tests/language/utilities/title.at index d695350d3b..822b5c5091 100644 --- a/tests/language/utilities/title.at +++ b/tests/language/utilities/title.at @@ -1,19 +1,20 @@ dnl PSPP - a program for statistical analysis. dnl Copyright (C) 2017 Free Software Foundation, Inc. -dnl +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 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 dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . -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 @@ -76,79 +77,53 @@ dnl Filter out the dates/times AT_CHECK([[sed 's/(Entered [^)]*)/(Entered )/' pspp.csv]], [0], [dnl Table: Reading 1 record from INLINE. 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 +X,1,1-1,F1.0 +Y,1,2-2,F1.0 +Table: Documents +"document First line of a document Second line of a document - The last line should end with a period: . + (Entered )" -(Entered ) - -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 ) - + (Entered ) Line one - Line two + (Entered )" -(Entered ) - -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 ) - + (Entered ) Line one - Line two - -(Entered ) - + (Entered ) document There should be another document now. + (Entered )" -(Entered ) - -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 ) - + (Entered ) Line one - Line two - -(Entered ) - + (Entered ) document There should be another document now. + (Entered )" -(Entered ) - -File label: This is a test file label +Table: File Label +Label,This is a test file label ]) AT_CLEANUP