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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
|
Could not accept read only 'ro_struct.f1' option
Could not accept read only 'array_of_ro_structs[0].f1' option
==========Accepted: 37; Skipped: 2; Optional: 0===========
foo => '1234'
bar => '-987654'
asdf.k1 => 'as"d'
asdf.k2 => 'NEWVALUE'
asdf.array[0].qwerty => '121.9'
asdf.array[0].qwer1 => '-123'
asdf.array[0].substruct.sss => 'HEY'
asdf.array[0].subarray[0].subkey => '12'
asdf.array[0].subarray[0].subke12 => '7654'
asdf.array[0].subarray[1].subkey => '15'
asdf.array[0].subarray[1].subke12 => '111'
asdf.array[1].qwerty => '1'
asdf.array[1].qwer1 => '2'
asdf.array[1].substruct.sss => 'FOO'
asdf.array[1].subarray[0].subkey => '1123'
asdf.array[1].subarray[0].subke12 => '10001'
asdf.array[1].subarray[1].subkey => '12'
asdf.array[1].subarray[1].subke12 => '10002'
asdf.array[1].subarray[2].subkey => '12'
asdf.array[1].subarray[2].subke12 => '10003'
asdf.array[2].qwerty => '100001'
asdf.array[2].qwer1 => '100002'
asdf.array[2].substruct.sss => '/path-to/something/%d._log'
asdf.array[2].subarray[0].subkey => '12'
asdf.array[2].subarray[0].subke12 => '7654'
asdf.array[2].subarray[1].subkey => '12'
asdf.array[2].subarray[1].subke12 => '7654'
asdf.array[2].subarray[2].subkey => '12'
asdf.array[2].subarray[2].subke12 => '7654'
asdf.array[2].subarray[3].subkey => '123456789'
asdf.array[2].subarray[3].subke12 => '7654'
asdf.k3 => 'NOTNULL'
root_array[0].ra => '-1e-09'
root_array[1].ra => '-1.344e-08'
root_array[2].ra => '-1.344e-08'
root_array[3].ra => '12'
root_array[4].ra => '13'
test[0].e => '0'
test[1].e => '1'
test[2].e => '2'
empty[0].wow => (null)
ro_struct.f1 => '1'
ro_struct.f2 => '2'
array_of_ro_structs[0].f1 => '1'
array_of_ro_structs[0].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'
array_with_required_structs_with_structs[0].f1 => '1'
array_with_required_structs_with_structs[0].f2 => '2'
array_with_required_structs_with_structs[0].s.f1 => '1'
array_with_required_structs_with_structs[0].s.f2 => '2'
array_with_required_structs_with_structs[0].s.f3 => 'false'
array_with_required_structs_with_structs[1].f1 => '1'
array_with_required_structs_with_structs[1].f2 => '2'
array_with_required_structs_with_structs[1].s.f1 => '1'
array_with_required_structs_with_structs[1].s.f2 => '2'
array_with_required_structs_with_structs[1].s.f3 => 'false'
array_with_required_structs_with_structs[2].f1 => '1'
array_with_required_structs_with_structs[2].f2 => '2'
array_with_required_structs_with_structs[2].s.f1 => '1'
array_with_required_structs_with_structs[2].s.f2 => '2'
array_with_required_structs_with_structs[2].s.f3 => 'true'
flsb => 'false'
flst => 'true'
==========Check===========
Option 'foo' is not set (or has a default value)
Option 'asdf.array[0].subarray[0].subke12' is not set (or has a default value)
Option 'asdf.array[2].subarray[3].subke12' is not set (or has a default value)
Option 'test[1]' is not set
Option 'array_with_required_structs_with_structs[1]' is not set
Missed required: 5
root_array[1] is not defined
root_array[2] is not defined
==========Dup=============
foo => '1234'
bar => '-987654'
asdf.k1 => 'as"d'
asdf.k2 => 'NEWVALUE'
asdf.array[0].qwerty => '121.9'
asdf.array[0].qwer1 => '-123'
asdf.array[0].substruct.sss => 'HEY'
asdf.array[0].subarray[0].subkey => '12'
asdf.array[0].subarray[0].subke12 => '7654'
asdf.array[0].subarray[1].subkey => '15'
asdf.array[0].subarray[1].subke12 => '111'
asdf.array[1].qwerty => '1'
asdf.array[1].qwer1 => '2'
asdf.array[1].substruct.sss => 'FOO'
asdf.array[1].subarray[0].subkey => '1123'
asdf.array[1].subarray[0].subke12 => '10001'
asdf.array[1].subarray[1].subkey => '12'
asdf.array[1].subarray[1].subke12 => '10002'
asdf.array[1].subarray[2].subkey => '12'
asdf.array[1].subarray[2].subke12 => '10003'
asdf.array[2].qwerty => '100001'
asdf.array[2].qwer1 => '100002'
asdf.array[2].substruct.sss => '/path-to/something/%d._log'
asdf.array[2].subarray[0].subkey => '12'
asdf.array[2].subarray[0].subke12 => '7654'
asdf.array[2].subarray[1].subkey => '12'
asdf.array[2].subarray[1].subke12 => '7654'
asdf.array[2].subarray[2].subkey => '12'
asdf.array[2].subarray[2].subke12 => '7654'
asdf.array[2].subarray[3].subkey => '123456789'
asdf.array[2].subarray[3].subke12 => '7654'
asdf.k3 => 'NOTNULL'
root_array[0].ra => '-1e-09'
root_array[1].ra => '-1.344e-08'
root_array[2].ra => '-1.344e-08'
root_array[3].ra => '12'
root_array[4].ra => '13'
test[0].e => '0'
test[1].e => '1'
test[2].e => '2'
empty[0].wow => (null)
ro_struct.f1 => '1'
ro_struct.f2 => '2'
array_of_ro_structs[0].f1 => '1'
array_of_ro_structs[0].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'
array_with_required_structs_with_structs[0].f1 => '1'
array_with_required_structs_with_structs[0].f2 => '2'
array_with_required_structs_with_structs[0].s.f1 => '1'
array_with_required_structs_with_structs[0].s.f2 => '2'
array_with_required_structs_with_structs[0].s.f3 => 'false'
array_with_required_structs_with_structs[1].f1 => '1'
array_with_required_structs_with_structs[1].f2 => '2'
array_with_required_structs_with_structs[1].s.f1 => '1'
array_with_required_structs_with_structs[1].s.f2 => '2'
array_with_required_structs_with_structs[1].s.f3 => 'false'
array_with_required_structs_with_structs[2].f1 => '1'
array_with_required_structs_with_structs[2].f2 => '2'
array_with_required_structs_with_structs[2].s.f1 => '1'
array_with_required_structs_with_structs[2].s.f2 => '2'
array_with_required_structs_with_structs[2].s.f3 => 'true'
flsb => 'false'
flst => 'true'
==========Compare=========
total: equal
only_rdonly: equal
==========Destroy=========
|