Merge: tests: Test result update for `curl_http`
[nit.git] / tests / sav / test_inspect_serialization.res
1 # Custom:
2 <A: true a 0.123 1234 asdf false p4ssw0rd>
3
4 # Inspect:
5 <A#0 b:true, c:'a', f:0.123, i:1234, serialization_specific_name:"asdf", n:null>
6
7 # Custom:
8 <B: <A: false b 123.123 2345 hjkl true p4ssw0rd> 1111 qwer>
9
10 # Inspect:
11 <B#0 b:false, c:'b', f:123.123, i:2345, serialization_specific_name:"hjkl", n:…>
12
13 # Custom:
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 # Inspect:
17 <C#0 a:<A#1>, b:<B#2>, aa:<A#1>>
18
19 # Custom:
20 <D: <B: <A: false b 123.123 2345 new line ->
21 <- false p4ssw0rd> 1111         f"\r\/> true>
22
23 # Inspect:
24 <D#0 b:false, c:'b', f:123.123, i:2345, serialization_specific_name:"new line …>
25
26 # Custom:
27 <E: a: hello, 1234, 123.4; b: hella, 2345, 234.5>
28
29 # Inspect:
30 <E#0 a:<Array[Object]#1>, b:<Array[nullable Serializable]#2>>
31
32 # Custom:
33 <F: 2222>
34
35 # Inspect:
36 <F[Int]#0 n:2222>
37
38 # Custom:
39 <F: 33.33>
40
41 # Inspect:
42 <F[Float]#0 n:33.33>
43
44 # Custom:
45 <G: hs: -1, 0; s: one, two; hm: one. 1, two. 2; am: three. 3, four. 4>
46
47 # Inspect:
48 <G#0 hs:<HashSet[Int]#1>, s:<ArraySet[String]#2>, hm:<HashMap[String, Int]#3>,…>
49