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