Merge: parse_examples: minor fixes
[nit.git] / tests / sav / test_binary_deserialization_alt1.res
1 # Src:
2 <A: true a 0.123 1234 asdf false p4ssw0rd>
3 # Dst:
4 <A: true a 0.123 1234 asdf false p4ssw0rd>
5
6 # Src:
7 <B: <A: false b 123.123 2345 hjkl true p4ssw0rd> 1111 qwer>
8 # Dst:
9 <B: <A: false b 123.123 2345 hjkl true p4ssw0rd> 1111 qwer>
10
11 # Src:
12 <C: <A: true a 0.123 1234 asdf false p4ssw0rd> <B: <A: false b 123.123 2345 hjkl true p4ssw0rd> 1111 qwer>>
13 # Dst:
14 <C: <A: true a 0.123 1234 asdf false p4ssw0rd> <B: <A: false b 123.123 2345 hjkl true p4ssw0rd> 1111 qwer>>
15
16 # Src:
17 <D: <B: <A: false b 123.123 2345 new line ->
18 <- false p4ssw0rd> 1111         f"\r\/> true>
19 # Dst:
20 <D: <B: <A: false b 123.123 2345 new line ->
21 <- false p4ssw0rd> 1111         f"\r\/> true>
22
23 # Src:
24 <E: a: hello, 1234, 123.4; b: hella, 2345, 234.5>
25 # Dst:
26 <E: a: hello, 1234, 123.4; b: hella, 2345, 234.5>
27
28 # Src:
29 <F: 2222>
30 # Dst:
31 <F: 2222>
32
33 # Src:
34 <F: 33.33>
35 # Dst:
36 <F: 33.33>
37
38 # Src:
39 <G: hs: -1, 0; s: one, two; hm: one. 1, two. 2; am: three. 3, four. 4>
40 # Dst:
41 <G: hs: -1, 0; s: one, two; hm: one. 1, two. 2; am: three. 3, four. 4>
42