Completed
Pull Request — develop (#233)
by
unknown
29:09
created
tests/data/Calculation/LookupRef/INDEX.php 1 patch
Indentation   +56 added lines, -56 removed lines patch added patch discarded remove patch
@@ -2,75 +2,75 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
     [
5
-		[20 => ["R" => 1]], // Expected
6
-		// Input
7
-		[20 => ["R" => 1]],
5
+        [20 => ["R" => 1]], // Expected
6
+        // Input
7
+        [20 => ["R" => 1]],
8 8
     ],
9 9
     [
10
-		"#VALUE!", // Expected
11
-		// Input
12
-		[
13
-			20 => ["R" => 1],
14
-			21 => ["R" => 2]
15
-		],
16
-		-1,
10
+        "#VALUE!", // Expected
11
+        // Input
12
+        [
13
+            20 => ["R" => 1],
14
+            21 => ["R" => 2]
15
+        ],
16
+        -1,
17 17
     ],
18 18
     [
19
-		"#REF!", // Expected
20
-		// Input
21
-		[
22
-			20 => ["R" => 1],
23
-			21 => ["R" => 2]
24
-		],
25
-		10,
19
+        "#REF!", // Expected
20
+        // Input
21
+        [
22
+            20 => ["R" => 1],
23
+            21 => ["R" => 2]
24
+        ],
25
+        10,
26 26
     ],
27 27
     [
28
-		[21 => ["R" => 2]], // Expected
29
-		// Input
30
-		[
31
-			20 => ["R" => 1],
32
-			21 => ["R" => 2]
33
-		],
34
-		2,
28
+        [21 => ["R" => 2]], // Expected
29
+        // Input
30
+        [
31
+            20 => ["R" => 1],
32
+            21 => ["R" => 2]
33
+        ],
34
+        2,
35 35
     ],
36 36
     [
37
-		[21 => ["R" => 2, "S" => 4]], // Expected
38
-		// Input
39
-		[
40
-			"20" => ["R" => 1, "S" => 3],
41
-			"21" => ["R" => 2, "S" => 4]
42
-		],
43
-		2,
44
-		0,
37
+        [21 => ["R" => 2, "S" => 4]], // Expected
38
+        // Input
39
+        [
40
+            "20" => ["R" => 1, "S" => 3],
41
+            "21" => ["R" => 2, "S" => 4]
42
+        ],
43
+        2,
44
+        0,
45 45
     ],
46 46
     [
47
-		"#VALUE!", // Expected
48
-		// Input
49
-		[
50
-			"20" => ["R" => 1, "S" => 3],
51
-			"21" => ["R" => 2, "S" => 4]
52
-		],
53
-		2,
54
-		-1,
47
+        "#VALUE!", // Expected
48
+        // Input
49
+        [
50
+            "20" => ["R" => 1, "S" => 3],
51
+            "21" => ["R" => 2, "S" => 4]
52
+        ],
53
+        2,
54
+        -1,
55 55
     ],
56 56
     [
57
-		"#VALUE!", // Expected
58
-		// Input
59
-		[
60
-			"20" => ["R" => 1, "S" => 3],
61
-			"21" => ["R" => 2, "S" => 4]
62
-		],
63
-		2,
64
-		10,
57
+        "#VALUE!", // Expected
58
+        // Input
59
+        [
60
+            "20" => ["R" => 1, "S" => 3],
61
+            "21" => ["R" => 2, "S" => 4]
62
+        ],
63
+        2,
64
+        10,
65 65
     ],
66 66
     [
67
-		4, // Expected
68
-		// Input
69
-		[
70
-			"20" => ["R" => 1, "S" => 3],
71
-			"21" => ["R" => 2, "S" => 4]
72
-		],
73
-		2,
74
-		2,
67
+        4, // Expected
68
+        // Input
69
+        [
70
+            "20" => ["R" => 1, "S" => 3],
71
+            "21" => ["R" => 2, "S" => 4]
72
+        ],
73
+        2,
74
+        2,
75 75
     ],
76 76
 ];
Please login to merge, or discard this patch.