summaryrefslogtreecommitdiff
path: root/test cases/rewrite/3 kwargs
AgeCommit message (Collapse)Author
2025-11-18rewriter: support project(license_files: )Benjamin Gilbert
2021-01-12Allow '//' as project function id due to git bash path conversion.Luke Elliott
See https://stackoverflow.com/questions/54258996/git-bash-string-parameter-with-at-start-is-being-expanded-to-a-file-path
2019-06-05rewriter: Fix that default_options would not set the correct idDaniel Mensinger
Currently default_options uses "" for the kwarks id, however this is incorect and it must be "/". Additionally, this error won't be ignored in the future with "--skip" (this is why the tests were passing and this wasn't detected earlier).
2019-03-04rewriter: Require '/' for the project IDDaniel Mensinger
2019-02-26Use c++14 instead of c++17 in the testsDaniel Mensinger
2019-02-26rewriter: Set and delete default optionsDaniel Mensinger
2019-02-26rewriter: Remove matching regex from listDaniel Mensinger
2019-01-31Added dependecy kwargs supportDaniel Mensinger
2019-01-31Added test caseDaniel Mensinger