Just fixed a whitespace
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -27,7 +27,7 @@ casper.test.begin("HTTP status code handling", 163, { | ... | @@ -27,7 +27,7 @@ casper.test.begin("HTTP status code handling", 163, { |
27 | this.testCodes.push(118); | 27 | this.testCodes.push(118); |
28 | } | 28 | } |
29 | 29 | ||
30 | if (utils.ltVersion(phantom.version, '1.9.0') || isGecko) { | 30 | if (utils.ltVersion(phantom.version, '1.9.0') || isGecko) { |
31 | // https://github.com/ariya/phantomjs/issues/11163 | 31 | // https://github.com/ariya/phantomjs/issues/11163 |
32 | this.testCodes = this.testCodes.concat([ | 32 | this.testCodes = this.testCodes.concat([ |
33 | 400, 401, 402, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, | 33 | 400, 401, 402, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, | ... | ... |
-
Please register or sign in to post a comment