mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: json: Add test for the deflattening function
Add a few test cases to verify that the old behaviour does not break and that new one behaves sanely.
This commit is contained in:
12
tests/virjsondata/deflatten-unflattened-in.json
Normal file
12
tests/virjsondata/deflatten-unflattened-in.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"file.blah": {
|
||||
"any":"possible",
|
||||
"combination":{
|
||||
"of":"json",
|
||||
"nested":{
|
||||
"objects":"should",
|
||||
"be":"possible"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user