{"ScriptPreparationCode":"const foo = \u0022a choice\u0022\r\nlet result = \u0022\u0022","TestCases":[{"Name":"Ternary with true condition","Code":"result = true ? foo : null","IsDeferred":false},{"Name":"Ternary with false condition","Code":"result = false ? foo : null","IsDeferred":false},{"Name":"\u0026\u0026 with true condition","Code":"result = true \u0026\u0026 foo","IsDeferred":false},{"Name":"\u0026\u0026 with false condition","Code":"result = false \u0026\u0026 foo","IsDeferred":false}]}