T-TEST: Allow duplicate variable names in pairs list.
commit2ae29ab25fdacc70a8c30b3c7f6dce8c2be7e047
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 16 May 2023 02:06:56 +0000 (15 19:06 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 16 May 2023 02:06:56 +0000 (15 19:06 -0700)
tree0d42ae4a7ffe7720624355ce701dfe8ce322e3e4
parentb41023c69df591f2d6cb3644bd663d36c98401a8
T-TEST: Allow duplicate variable names in pairs list.

"a a b WITH b c c (PAIRED)" makes sense and indicates pairs (a,b), (a,c),
and (b,c).

Thanks to the anonymous reporter.
Bug #64093.
src/language/commands/t-test-parser.c
tests/language/commands/t-test.at