unary_prefix: { options = { evaluate: true, inline: true, reduce_funcs: true, reduce_vars: true, unused: true, } input: { console.log(function() { var x = -(2 / 3); return x; }()); } expect_exact: "console.log(-2/3);" expect_stdout: true } h?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/devil-fix-libpng.patch
AgeCommit message (Expand)Author
2015-11-16gnu: Add devil....* gnu/packages/image.scm (devil): New variable. * gnu/packages/patches/devil-fix-libpng.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. David Thompson