{"ScriptPreparationCode":null,"TestCases":[{"Name":"string_append","Code":"const a = \u0027hello\u0027,\r\n b = \u0027world\u0027,\r\n c = a \u002B b;","IsDeferred":false},{"Name":"string_concat","Code":"const a = \u0027hello\u0027,\r\n b = \u0027world\u0027,\r\n c = a.concat(b);","IsDeferred":false}]}