Files
RedBear-OS/local/recipes/dev/meson/source/test cases/rewrite/3 kwargs/remove.json
T

39 lines
610 B
JSON

[
{
"type": "kwargs",
"function": "project",
"id": "/",
"operation": "set",
"kwargs": {
"license": ["GPL", "MIT", "BSD", "Boost"]
}
},
{
"type": "kwargs",
"function": "project",
"id": "/",
"operation": "remove",
"kwargs": {
"license": ["MIT"]
}
},
{
"type": "kwargs",
"function": "project",
"id": "/",
"operation": "remove",
"kwargs": {
"license": "BSD"
}
},
{
"type": "kwargs",
"function": "project",
"id": "//",
"operation": "remove",
"kwargs": {
"license": "Boost"
}
}
]