{"ScriptPreparationCode":"var string = \u0022Hello world!\u0022;\r\nvar regex = /Hello/;","TestCases":[{"Name":"RegEx.test","Code":"regex.test(string);","IsDeferred":false},{"Name":"Inline","Code":"/Hello/.test(string);","IsDeferred":false}]}