source: mainline/uspace/dist/src/bithenge/cond.out

Last change on this file 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: 359 bytes
Line 
1{
2 "first_len": 3,
3 "second_len": 4,
4 "first_item": {
5 "type": 52,
6 "name": {
7 "len": 6,
8 "string": "Item 1"
9 },
10 "unknown": b"\xcf\x80\x78"
11 },
12 "second_item": {
13 "type": 10,
14 "name": {
15 "len": 6,
16 "string": "Item 2"
17 },
18 "val": 12345
19 }
20}
Note: See TracBrowser for help on using the repository browser.