Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / uglify-js / test / unit / compress / test / const.js
1 // test that the calculation is fold to 13\r
2 var a = 1 + 2 * 6;\r
3 \r
4 // test that it isn't replaced with 0.3333 because that is more characters\r
5 var b = 1/3;