summaryrefslogtreecommitdiff
path: root/test cases/rewrite/3 kwargs/delete.json
AgeCommit message (Collapse)Author
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-01-31Added test caseDaniel Mensinger