mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
7f1209ad1e
Add a few test cases to verify that the old behaviour does not break and that new one behaves sanely.
15 lines
241 B
JSON
15 lines
241 B
JSON
{
|
|
"foo.int": 1,
|
|
"bar.int": 1,
|
|
"foo.string": "string",
|
|
"foo.object": {
|
|
"data":"value",
|
|
"foo":"bar"
|
|
},
|
|
"blurb.string": "string",
|
|
"blurb.object": {
|
|
"data":"value",
|
|
"foo":"bar"
|
|
}
|
|
}
|