{"ScriptPreparationCode":"var REGEX = /abcdef/","TestCases":[{"Name":"RegEx reuse","Code":"REGEX.test(\u0027This is a sample text that should work.\u0027) ","IsDeferred":false},{"Name":"Regex new","Code":" /abcdef/.test(\u0027This is a sample text that should work.\u0027) ","IsDeferred":false}]}