http://gitunderground.i2p/archive/youtube-dl/commit/94fd7746084d87a43e34b094c5db1325f91ce053?style=unified&whitespace=show-all&show-outdated=
_test ( ' function f() { return ' ' [1, 1.0, " abc " , {a: 1} , null, undefined, Infinity, NaN].join()} ' , ' 1,1,abc,[object Object],,,Infinity,NaN ' ) self . _test ( ' function f() { return ' ' [1, 1.0, " abc " , {a: 1} , null, undefined, Infinity, NaN].join( " ~ " )} ' , ' 1~1~abc~[object Object]~~~Infinity~NaN ' ) def test_split ( self ) : test_result = list ( ' test ' ) tests = [ @@ -496,6 +503,18 @@ class...