Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / inipp / repo / inipp / unittest / test2.output
1 >>> ERRORS <<<
2 >>> GENERATE <<<
3 [section0]
4 a=hello
5 b=world
6 test=${a} ${b} ${c}
7
8 [section1]
9 var1=val1
10 var2=val2
11 var3=val3
12 var4=val4
13 var5=val5
14
15 [section2]
16 b=monkey
17 x=${section0:test}
18 y=${var1}
19 z=${x} + ${y} + ${section0:a} + ${b}
20
21 [section3]
22 a=wot
23 b=yz
24 c=tis
25 d=${section0:test}
26
27 >>> INTERPOLATE <<<
28 [section0]
29 a=hello
30 b=world
31 test=hello world ${c}
32
33 [section1]
34 var1=val1
35 var2=val2
36 var3=val3
37 var4=val4
38 var5=val5
39
40 [section2]
41 b=monkey
42 x=hello world ${c}
43 y=${var1}
44 z=hello world ${c} + ${var1} + hello + monkey
45
46 [section3]
47 a=wot
48 b=yz
49 c=tis
50 d=hello world ${c}
51