Commit 184cacd
committed
[Tests, OutputSort] Add test for duplicate sort field values
Add test case verifying behavior when duplicate field names appear in
sortOrder settings (e.g., ["name", "id", "Name"]). Duplicates are
accepted and preserved — case-insensitive matching maps both "name"
and "Name" to SortField::Name.
Addresses reviewer feedback from PR #6176.1 parent f301115 commit 184cacd
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
760 | 773 | | |
761 | 774 | | |
762 | 775 | | |
| |||
0 commit comments