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