catch_destructuring_with_sequence: { beautify = { ecma: 6 } input: { try { throw {}; } catch ({xCover = (0, function() {})} ) { } } expect_exact: "try{throw{}}catch({xCover=(0,function(){})}){}" }