remove group constrainte, it's now a normal group
This commit is contained in:
8
tests/dictionaries_old/01base_multi/makedict/after.json
Normal file
8
tests/dictionaries_old/01base_multi/makedict/after.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"rougail.general.mode_conteneur_actif": {
|
||||
"owner": "default",
|
||||
"value": [
|
||||
"non"
|
||||
]
|
||||
}
|
||||
}
|
5
tests/dictionaries_old/01base_multi/makedict/base.json
Normal file
5
tests/dictionaries_old/01base_multi/makedict/base.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"rougail.general.mode_conteneur_actif": [
|
||||
"non"
|
||||
]
|
||||
}
|
8
tests/dictionaries_old/01base_multi/makedict/before.json
Normal file
8
tests/dictionaries_old/01base_multi/makedict/before.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"rougail.general.mode_conteneur_actif": {
|
||||
"owner": "default",
|
||||
"value": [
|
||||
"non"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user