CTABLES: Always show computed categories even if they'd be zeros.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Feb 2023 00:12:21 +0000 (16:12 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Feb 2023 00:12:21 +0000 (16:12 -0800)
commita0f5f851c81999933a81fd9f9b455c92cce9a2c3
tree039bd68f8b235d82c06732f11b1c6e3d9916f22a
parent65077482fec88e6a2a22a78528eb7b933f90dbe9
CTABLES: Always show computed categories even if they'd be zeros.

With CATEGORIES EXCLUDE=YES, empty computed categories weren't shown.  This
seems counterintuitive, so this commit fixes it.

Thanks to Frans Houweling for reporting this bug.
src/language/commands/ctables.c
tests/language/commands/ctables.at