http://gitunderground.i2p/archive/youtube-dl/commit/c1a03b1ac3a453508b358b6d1bc5d158cc80a0ce?style=split&whitespace=show-all&show-outdated=
_test ( ' function f() { return 0 ?? 42;} ' , 0 ) self . _test ( ' function f() { return " life, the universe and everything " < 42;} ' , False ) self . _test ( ' function f() { return " life, the universe and everything " < 42;} ' , False ) @@ -296,7 +325,7 @@ class TestJSInterpreter(unittest.TestCase): def test_undefined ( self ) : def test_undefined ( self ) : self .