Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / uglify-js / test / unit / compress / test / concatstring.js
1 var a = a + "a" + "b" + 1 + c;
2 var b = a + "c" + "ds" + 123 + c;
3 var c = a + "c" + 123 + d + "ds" + c;