{"ScriptPreparationCode":"var str = \u0022I am the god of hellfire, and I bring you...\u0022","TestCases":[{"Name":"do checks","Code":"var anotherStr;\r\nif (str.length \u003C 1000)\r\n{ anotherStr = str \u002B \u0022...\u0022; }\r\nelse { anotherStr = str.substring(0, 1000) \u002B \u0022...\u0022; }","IsDeferred":false},{"Name":"always substring","Code":"var anotherStr = str.substring(0, 1000) \u002B \u0022...\u0022;","IsDeferred":false}]}