CTABLES: Refine treatment for applying a summary to nested variables.
commitb96e103eb90363e6f47c6b1040627bd36b780bde
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 28 May 2023 16:27:33 +0000 (28 09:27 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 28 May 2023 16:27:33 +0000 (28 09:27 -0700)
tree9f85f11809381e9c8afddeaaafe34c723a1424d2
parent749449237a5708427ddb4daeab50beb165254ab4
CTABLES: Refine treatment for applying a summary to nested variables.

In the previous commit, applying a summary to a nest operator caused an
error, which I assumed was the correct behvior.  This commit changes it
to apply the summary to the inner variable.

Thanks to Matthias Faeth for reporting the correct behavior.
src/language/commands/ctables.c
tests/language/commands/ctables.at