Skip to content

Commit 6965b47

Browse files
committed
Enable 440 run tests that pass.
Note that some of them may pass due to several bugs that interfere.
1 parent 91bb668 commit 6965b47

File tree

698 files changed

+18952
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

698 files changed

+18952
-0
lines changed

tests/run/Course-2002-03.check

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
1
2+
2
3+
1/2
4+
5/6
5+
6+
1/3
7+
5/7
8+
3/2
9+
66/42
10+
11+
1/3
12+
5/7
13+
3/2
14+
11/7
15+
16+
11/7
17+
7/11
18+
11/7
19+
11/7
20+
21+
13/36
22+
23+
false
24+
true
25+
true
26+
false
27+
28+
set0 = []
29+
set1 = [1]
30+
set2 = [1,2]
31+
set3 = [1,2,3]
32+
set4 = [1,2,3,4]
33+
34+
set2 contains the following elements:
35+
1
36+
2
37+
38+
set3 contains the following elements:
39+
1
40+
2
41+
3
42+
43+
set4 contains the following elements:
44+
1
45+
2
46+
3
47+
4
48+
49+
2 <- set2: true
50+
3 <- set2: false
51+
52+
setx = [-10,-1,0,3,5,21]
53+
setx * 2 = [-20,-2,0,6,10,42]
54+
55+
setx = [-10,-1,0,3,5,21]
56+
sety = [-9,-5,-1,0,3,7,8]
57+
setx & sety = [-1,0,3]
58+
sety & setx = [-1,0,3]
59+
setx > 0 = [3,5,21]
60+
sety > 0 = [3,7,8]
61+
setx & sety = [-1,0,3]
62+
sety & setx = [-1,0,3]
63+
64+
1/1
65+
1/1
66+
1/1
67+

0 commit comments

Comments
 (0)