summaryrefslogtreecommitdiff
path: root/tests/combined
AgeCommit message (Collapse)AuthorFilesLines
2019-04-02Handle combined option values in argv_file_scannerBoris Kolpackov1-4/+29
Turns out we cannot just pass them along as combined because of quoting. While at it, also add support for quoting non-option arguments.
2019-01-16Update copyright yearKaren Arutyunov4-4/+4
2018-05-21Update copyright yearKaren Arutyunov4-4/+4
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2018-04-01Implement combined flags (-xyz vs -x -y -z) and values (--foo=bar) supportBoris Kolpackov4-0/+151
Both are enabled by default but can be disable with --no-combined-flags and --no-combined-values options.