Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / uglify-js / test / unit / compress / test / var.js
1 // var declarations after each other should be combined\r
2 var a = 1;\r
3 var b = 2;