1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Bounds checking on Array expansion magic.

This commit is contained in:
Matt Ranney
2011-11-16 12:10:19 -10:00
parent b9734d13eb
commit faca4a8dc9
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ tests.MULTI_3 = function () {
// make sure empty mb reply works
assert.strictEqual(true, is_empty_array(reply), name);
});
// test nested multi-bulk replies with empty mb elements.
client.multi([
["smembers", "some set"],