+Sat Dec 16 14:00:48 2006 Ben Pfaff <blp@gnu.org>
+
+ * command/rank.sh: Fix test to allow string grouping variables.
+ See bug #18533.
+
Sat Dec 16 12:20:58 2006 Ben Pfaff <blp@gnu.org>
* expressions/expressions.sh: Fix DATEDIFF function tests to
* Too many variables in INTO
RANK x
/RANK INTO foo bar wiz.
-
-* Alpha group
-RANK x BY a.
-
-
EOF
if [ $? -ne 0 ] ; then no_result ; fi
$TEMPDIR/rank.sh.sps:19: error: RANK: Syntax error expecting integer at \`d'.
$TEMPDIR/rank.sh.sps:25: error: RANK: Variable x already exists.
$TEMPDIR/rank.sh.sps:30: error: RANK: Too many variables in INTO clause.
-$TEMPDIR/rank.sh.sps:33: warning: RANK: a is not a numeric variable. It will not be included in the variable list.
EOF
if [ $? -ne 0 ] ; then fail ; fi