1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
foo => '1234'
bar => '-54321'
asdf.k1 => 'as"d'
asdf.k2 => (null)
asdf.k3 => (null)
ro_struct.f1 => '1'
ro_struct.f2 => '2'
required_struct_with_structs.f1 => '1'
required_struct_with_structs.f2 => '2'
required_struct_with_structs.s1.f1 => '1'
required_struct_with_structs.s1.f2 => '2'
required_struct_with_structs.s1.ss1.f1 => '1'
required_struct_with_structs.s1.ss1.f2 => '2'
flsb => 'false'
flst => 'true'
==========Check===========
Option 'foo' is not set (or has a default value)
Option 'root_array' is not set (or has a default value)
Option 'empty' is not set (or has a default value)
Option 'required_struct_with_structs' is not set
Missed required: 4
==========Dup=============
foo => '1234'
bar => '-54321'
asdf.k1 => 'as"d'
asdf.k2 => (null)
asdf.k3 => (null)
ro_struct.f1 => '1'
ro_struct.f2 => '2'
required_struct_with_structs.f1 => '1'
required_struct_with_structs.f2 => '2'
required_struct_with_structs.s1.f1 => '1'
required_struct_with_structs.s1.f2 => '2'
required_struct_with_structs.s1.ss1.f1 => '1'
required_struct_with_structs.s1.ss1.f2 => '2'
flsb => 'false'
flst => 'true'
==========Compare=========
total: equal
only_rdonly: equal
==========Destroy=========
|