]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/jssource/minify/test/concatstring.js
Release $ver
[Github/sugarcrm.git] / tests / jssource / minify / 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;