Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / uglify-js / test / unit / compress / test / if.js
1 var a = 1;\r
2 if (a == 1) {\r
3         a = 2;\r
4 } else {\r
5         a = 17;\r
6 }\r