source: cpp/tests/loader_test_param.goal @ 1175

Last change on this file since 1175 was 1009, checked in by Maciej Komosinski, 4 years ago

Added tests for most SDK demo programs

File size: 1.1 KB
Line 
1data:
2text:qwerty
3longtext:~
4Long multiline text
51\\~
622\~\n
7333\ \\
84444~
9deftext:other
10i1:-12345
11i2:-5
12i3:2
13i4:10
14f1:22
15f2:100.0
16f3:10.0
17f4:2.0
18x1:@Serialized:3.14
19x2:@Serialized:314
20notchanged:101
21notloaded:0
22
23data:
24text:
25longtext:
26deftext:some text
27i1:0
28i2:1
29i3:0
30i4:10
31f1:0
32f2:-100.0
33f3:-10.0
34f4:44.0
35x1:@Serialized:"just x (string extvalue)"
36x2:@Serialized:null
37notchanged:102
38notloaded:0
39
40data:
41text:abcdefghij
42longtext:
43deftext:some text
44i1:0
45i2:-5
46i3:3
47i4:10
48f1:-256
49f2:-100.0
50f3:10.0
51f4:44.0
52x1:@Serialized:[1,2,3,1.0,2.0,3.0,"x","]","\""]
53x2:@Serialized:{"a":[1,2,3],"c":1.23,"b":"abc"}
54notchanged:103
55notloaded:0
56
57data:
58text:
59longtext:
60deftext:some text
61i1:16
62i2:5
63i3:3
64i4:10
65f1:0
66f2:-100.0
67f3:-10.0
68f4:44.0
69x1:@Serialized:{"a":[1,2,3],"c":^1,"b":^1}
70x2:@Serialized:[[100,^1],["abc"],[300,^2]]
71notchanged:104
72notloaded:0
73
74data:
75text:
76longtext:
77deftext:some text
78i1:0
79i2:1
80i3:0
81i4:10
82f1:0
83f2:-100.0
84f3:-10.0
85f4:44.0
86x1:@Serialized:null
87x2:@Serialized:[1,2,"3",{"key":"value"}]
88notchanged:105
89notloaded:0
90
91
Note: See TracBrowser for help on using the repository browser.