aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/uglify-js/test/unit/compress/test/const.js
blob: f2c62e9331cb7ec8b5d817170bb15c59a3b16c4b (plain)
1
2
3
4
5
// test that the calculation is fold to 13
var a = 1 + 2 * 6;

// test that it isn't replaced with 0.3333 because that is more characters
var b = 1/3;