{"ScriptPreparationCode":"var full = \u0022bob smith\u0022;\r\nvar first = \u0022bob\u0022;\r\nvar second = \u0022smith\u0022;\r\nvar getFull = () =\u003E first \u002B \u0022 \u0022 \u002B second;","TestCases":[{"Name":"Direct","Code":"var r = full === \u0022bob smith\u0022;","IsDeferred":false},{"Name":"Func","Code":"var r = getFull() === \u0022bob smith\u0022;","IsDeferred":false}]}