X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fattributes.at;h=f0407b6369a4a55323611f8dae7bf3dd08578b0a;hb=f5fe81006bfabfce76046a0d517f49d86aeb02c3;hp=ce5510f47e3214d813e4df83a14a9d5b0c4939e5;hpb=691a034d7f2139076fa012739dffd40ef5db4a9b;p=pspp diff --git a/tests/language/dictionary/attributes.at b/tests/language/dictionary/attributes.at index ce5510f47e..f0407b6369 100644 --- a/tests/language/dictionary/attributes.at +++ b/tests/language/dictionary/attributes.at @@ -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 . -dnl AT_BANNER([VARIABLE ATTRIBUTES and DATAFILE ATTRIBUTES]) +dnl +AT_BANNER([VARIABLE ATTRIBUTES and DATAFILE ATTRIBUTES]) AT_SETUP([VARIABLE ATTRIBUTES and DATAFILE ATTRIBUTES]) AT_DATA([save-attrs.pspp], @@ -49,34 +50,24 @@ VARIABLE ATTRIBUTE DISPLAY ATTRIBUTES. ]]) -AT_CHECK([pspp -O format=csv save-attrs.pspp], [0], - [[Variable,Description -a,"Attribute,Value -ValidationRule[1],a * b > 3 -ValidationRule[2],a + b > 2" -b,"Attribute,Value -ValidationRule[1],a * b > 3 -ValidationRule[2],a + b > 2" -c,"Attribute,Value -QuestionWording,X or Y?" - -Table: Custom data file attributes. -Attribute,Value -array[1],array element 1 -array[2],array element 2 -key,value +AT_CHECK([pspp -O format=csv save-attrs.pspp], [0], + [[Table: Variable and Dataset Attributes +Variable and Name,,Value +(dataset),array[1],array element 1 +,array[2],array element 2 +,key,value +a,ValidationRule[1],a * b > 3 +,ValidationRule[2],a + b > 2 +b,ValidationRule[1],a * b > 3 +,ValidationRule[2],a + b > 2 +c,QuestionWording,X or Y? ]]) AT_CHECK([pspp -O format=csv get-attrs.pspp], [0], [dnl -Variable,Description -a, -b,"Attribute,Value -ValidationRule,a * b > 3" -c,"Attribute,Value -QuestionWording,X or Y?" - -Table: Custom data file attributes. -Attribute,Value -array,array element 2 -key,value +Table: Variable and Dataset Attributes +Variable and Name,,Value +(dataset),array,array element 2 +,key,value +b,ValidationRule,a * b > 3 +c,QuestionWording,X or Y? ]) AT_CLEANUP