remove group constrainte, it's now a normal group
This commit is contained in:
12
tests/dictionaries_old/61extra_dyn/makedict/after.json
Normal file
12
tests/dictionaries_old/61extra_dyn/makedict/after.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"rougail.general.varname": {
|
||||
"owner": "default",
|
||||
"value": [
|
||||
"a"
|
||||
]
|
||||
},
|
||||
"extra.ejabberda.modea": {
|
||||
"owner": "default",
|
||||
"value": null
|
||||
}
|
||||
}
|
6
tests/dictionaries_old/61extra_dyn/makedict/base.json
Normal file
6
tests/dictionaries_old/61extra_dyn/makedict/base.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"rougail.general.varname": [
|
||||
"a"
|
||||
],
|
||||
"extra.ejabberda.modea": null
|
||||
}
|
12
tests/dictionaries_old/61extra_dyn/makedict/before.json
Normal file
12
tests/dictionaries_old/61extra_dyn/makedict/before.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"rougail.general.varname": {
|
||||
"owner": "default",
|
||||
"value": [
|
||||
"a"
|
||||
]
|
||||
},
|
||||
"extra.ejabberda.modea": {
|
||||
"owner": "default",
|
||||
"value": null
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user