http://gitunderground.i2p/archive/youtube-dl/commit/dbc08fba83a0e6c5215e8cec97eb4076f85eee5f
_test ( ' function f() { return [0, 1, 2, 3, 4, 5, 6, 7, 8].slice(0, 1)} ' , [ 0 ] ) self . _test ( ' function f() { return [0, 1, 2, 3, 4, 5, 6, 7, 8].slice(3, 6)} ' , [ 3 , 4 , 5 ] ) self .