Add test for negative indexes in at method

This commit is contained in:
JD Isaacks
2014-09-02 10:28:48 -04:00
committed by Adam Krebs
parent 325a50f2bb
commit 63790cd1d6

View File

@@ -119,6 +119,7 @@
test("at", 1, function() {
equal(col.at(2), c);
equal(col.at(-2), c);
});
test("pluck", 1, function() {