{"ScriptPreparationCode":"var str = \u0022I am the god of hellfire, and I bring you...\u0022","TestCases":[{"Name":"do nothing","Code":"str = str \u002B \u0022...\u0022;","IsDeferred":false},{"Name":"substring with more than needed","Code":"var substring = str.substring(0, 1000) \u002B \u0022...\u0022;","IsDeferred":false}]}