~ruther/ctu-fee-eoa

ref: cab8e17120da81286ea20f990eec468130938541 ctu-fee-eoa/env/tests/labs.txt -rw-r--r-- 358 bytes
cab8e171 — Rutherther chore: guard test imports by #[cfg(test)] a day ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Test data for LABS function
0 : 0
1 : 0
0 0 : 1
0 1 : 1
1 0 : 1
1 1 : 1
0 0 0 : 5
0 0 1 : 1
0 1 0 : 5
0 1 1 : 1
1 0 0 : 1
1 0 1 : 5
1 1 0 : 1
1 1 1 : 5
0 0 0 0 0 0 0 0 0 0 : 285
0 1 0 1 0 1 0 1 0 1 : 285
0 0 1 1 0 0 1 1 0 0 : 125
1 1 0 0 1 1 0 0 1 1 : 125
0 0 0 0 0 1 1 1 1 1 : 125
1 1 1 1 1 0 0 0 0 0 : 125
1 1 1 1 1 1 1 1 1 1 : 285