{"ScriptPreparationCode":"var a = \u0022some text\u0022;\r\nvar b = \u0022other text\u0022;","TestCases":[{"Name":"plus operator","Code":"a \u002B \u0022 aaa \u0022 \u002B Math.random() \u002B \u0022 bbb\u0022 \u002B b \u002B \u0022 3210 \u0022 \u002B Math.random() \u002B \u0022 ccc\u0022;","IsDeferred":false},{"Name":"concat function","Code":"\u0022\u0022.concat(a, \u0022 aaa \u0022, Math.random(), \u0022 bbb \u0022, b, \u0022 3210 \u0022, Math.random(), \u0022 ccc\u0022);","IsDeferred":false},{"Name":"template literals","Code":"\u0060${a} aaa ${Math.random()} bbb ${b} 3210 ${Math.random()} ccc\u0060;","IsDeferred":false}]}