X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fstats%2Fctables.at;h=432da3deb4df29a3fbce98c8c85423edf35cfe63;hb=e8817e13d19ffdaefd717d34ea6b83dc421e081b;hp=5f8120c69bf1d1c3588c27b9bb5a81e9ad1dc7bc;hpb=b051ed08f170d5211f47491da71539f996ee5655;p=pspp diff --git a/tests/language/stats/ctables.at b/tests/language/stats/ctables.at index 5f8120c69b..432da3deb4 100644 --- a/tests/language/stats/ctables.at +++ b/tests/language/stats/ctables.at @@ -17,8 +17,6 @@ dnl * PCOMPUTE for more than one kind of summary (e.g. [COUNT, ROWPCT]). dnl * MISSING, OTHERNM dnl * multi-dimensional (multiple CCT_POSTCOMPUTE in one cell) dnl * dates -dnl - PPROPERTIES: -dnl * )LABEL[N]. dnl - Summary functions: dnl * U-prefix for unweighted summaries. dnl * areaPCT.SUM and UareaPCT.SUM functions. @@ -1619,7 +1617,7 @@ CTABLES /PCOMPUTE &x=EXPR([3] + [4]) /PCOMPUTE &y=EXPR([4] + [5]) /PPROPERTIES &x LABEL='3+4' HIDESOURCECATS=YES FORMAT=COUNT F8.2 - /PPROPERTIES &y LABEL='4+5' + /PPROPERTIES &y LABEL=')LABEL[5]+)LABEL[6]' /TABLE=qn105ba BY qns1 /CATEGORIES VARIABLES=qns1 [1, 2, SUBTOTAL, 3, 4, 5, &x, &y, SUBTOTAL] ]])