Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / 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;