diff options
Diffstat (limited to 'test cases/rewrite/3 kwargs/add.json')
-rw-r--r-- | test cases/rewrite/3 kwargs/add.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/test cases/rewrite/3 kwargs/add.json b/test cases/rewrite/3 kwargs/add.json new file mode 100644 index 0000000..5b3ce0b --- /dev/null +++ b/test cases/rewrite/3 kwargs/add.json @@ -0,0 +1,38 @@ +[ + { + "type": "kwargs", + "function": "project", + "id": "/", + "operation": "set", + "kwargs": { + "license": "GPL" + } + }, + { + "type": "kwargs", + "function": "project", + "id": "/", + "operation": "add", + "kwargs": { + "license": ["MIT"] + } + }, + { + "type": "kwargs", + "function": "project", + "id": "/", + "operation": "add", + "kwargs": { + "license": "BSD" + } + }, + { + "type": "kwargs", + "function": "project", + "id": "//", + "operation": "add", + "kwargs": { + "license": "Boost" + } + } +] |