pivot-table: Honor blank variable labels.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 17 Feb 2023 16:39:35 +0000 (08:39 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 17 Feb 2023 17:11:18 +0000 (09:11 -0800)
commit374ec8c7a2f7418f0e050d733f8a1c6a429d86a8
treea4349bacd8fd87c705e207e238efc36ba396b0db
parent42beaf99ec30b63c78342effb2ce4d50aee34e82
pivot-table: Honor blank variable labels.

pivot_value_new_variable() ignored empty-string variable labels.  This
honors them.

Requested by Frans Houweling.
doc/variables.texi
src/data/variable.c
src/output/pivot-table.c
tests/automake.mk
tests/language/commands/variable-labels.at [new file with mode: 0644]