source: mainline/uspace/dist/src/bithenge/repeat.out@ 5e718d9

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 5e718d9 was 1c79996, checked in by Sean Bartell <wingedtachikoma@…>, 13 years ago

Bithenge: fix issues and expand coverage for test.sh

  • Property mode set to 100644
File size: 792 bytes
Line 
1{
2 "with_count": {
3 "none": {},
4 "one": {
5 0: 127
6 },
7 "count": 7,
8 "many": {
9 0: 2,
10 1: 3,
11 2: 5,
12 3: 7,
13 4: 11,
14 5: 13,
15 6: 17
16 }
17 },
18 "without_count": {
19 "until_error": {
20 0: 2,
21 1: 4,
22 2: 8
23 },
24 "until_end": {
25 0: 16,
26 1: 32,
27 2: 64
28 }
29 },
30 "do_while": {
31 0: {
32 "valid": True,
33 "val": 1
34 },
35 1: {
36 "valid": True,
37 "val": 4
38 },
39 2: {
40 "valid": False,
41 "val": 9
42 }
43 },
44 "do_while_item": {
45 "valid": True,
46 "val": 4
47 }
48}
Note: See TracBrowser for help on using the repository browser.