source: tests/.expect/designations.txt @ 62b5940

Last change on this file since 62b5940 was a465d751, checked in by Andrew Beach <ajbeach@…>, 2 months ago

In the 'designations': Instead of leaving some variables unused, print more of them for further checking. (All passed.)

  • Property mode set to 100644
File size: 829 bytes
Line 
1=====A=====
2(A){ 2 3 (nil) }
3(A){ 2 3 (nil) }
4(A){ 0 3 (nil) }
5=====A=====
6
7=====B=====
8(B){
9  (A){ 5 0 (nil) }
10  (A){ 0 0 (nil) }
11}
12(B){
13  (A){ 5 2 (nil) }
14  (A){ 6 0 (nil) }
15}
16(B){
17  (A){ 1 0 (nil) }
18  (A){ 2 3 (nil) }
19}
20(B){
21  (A){ 1 2 (nil) }
22  (A){ 4 5 (nil) }
23}
24(B){
25  (A){ 1 0 (nil) }
26  (A){ 2 3 (nil) }
27}
28(B){
29  (A){ 1 0 (nil) }
30  (A){ 2 3 (nil) }
31}
32=====B=====
33
34=====C=====
35(C){
36  (int[]{ 2 3 4 }
37  (B){
38    (A){ 5 6 (nil) }
39    (A){ 7 8 (nil) }
40  }
41}
42=====C=====
43
44====ARR====
45[0, 3]
463
47====ARR====
48
49=====E=====
50(A){ 2 3 (nil) }
51(A){ 2 3 (nil) }
52(A){ 2 3 (nil) }
53(B){
54  (A){ 2 3 (nil) }
55  (A){ 5 6 (nil) }
56}
57=====E=====
58
59==STRINGS==
60hello
61hello
62abc
63[a, b, c]
64[a, b]
65[c, d]
66[c, d]
67a
68==STRINGS==
69
70===EXTRA===
71(point){ 7 5 }
72(foo){ 4.000000 }
73[0, 1, 2, 0, 4, 0]
74[0 ... 1 ...]
75[{ 36 0 }, { 0 0 }, { 35 34 } ...]
76===EXTRA===
77
Note: See TracBrowser for help on using the repository browser.