Failed Conditions
Pull Request — master (#1122)
by Rolands
40:24 queued 32:43
created
tests/data/Calculation/LookupRef/MATCH.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     [
108 108
         2,
109 109
         'a',
110
-        [false, 'a',1],
110
+        [false, 'a', 1],
111 111
         -1
112 112
     ],
113 113
     [
@@ -125,37 +125,37 @@  discard block
 block discarded – undo
125 125
     [
126 126
         '#N/A', // Expected
127 127
         true,
128
-        [0,1,2],
128
+        [0, 1, 2],
129 129
         -1
130 130
     ],
131 131
     [
132 132
         '#N/A', // Expected
133 133
         true,
134
-        [0,1,2],
134
+        [0, 1, 2],
135 135
         0
136 136
     ],
137 137
     [
138 138
         '#N/A', // Expected
139 139
         true,
140
-        [0,1,2],
140
+        [0, 1, 2],
141 141
         1
142 142
     ],
143 143
     [
144 144
         1, // Expected
145 145
         true,
146
-        [true,true,true],
146
+        [true, true, true],
147 147
         -1
148 148
     ],
149 149
     [
150 150
         1, // Expected
151 151
         true,
152
-        [true,true,true],
152
+        [true, true, true],
153 153
         0
154 154
     ],
155 155
     [
156 156
         3, // Expected
157 157
         true,
158
-        [true,true,true],
158
+        [true, true, true],
159 159
         1
160 160
     ],
161 161
     // lookup stops when value < searched one
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
     [
170 170
         '#N/A', // Expected
171 171
         6,
172
-        [true, false, 'a', 'z', 2, 888 ],
172
+        [true, false, 'a', 'z', 2, 888],
173 173
         -1
174 174
     ],
175 175
     [
Please login to merge, or discard this patch.